Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAttr.h160 bool shouldInheritEvenIfAlreadyPresent() const { in shouldInheritEvenIfAlreadyPresent() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp2901 else if (Attr->shouldInheritEvenIfAlreadyPresent() || !DeclHasAttr(D, Attr)) in mergeDeclAttribute()