Home
last modified time | relevance | path

Searched refs:shouldInheritEvenIfAlreadyPresent (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DAttr.h150 bool shouldInheritEvenIfAlreadyPresent() const { in shouldInheritEvenIfAlreadyPresent() function
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp2960 else if (Attr->shouldInheritEvenIfAlreadyPresent() || !DeclHasAttr(D, Attr)) in mergeDeclAttribute()