Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DAttr.h154 bool shouldInheritEvenIfAlreadyPresent() const { in shouldInheritEvenIfAlreadyPresent() function
/external/llvm-project/clang/lib/Sema/
DSemaDecl.cpp2617 else if (Attr->shouldInheritEvenIfAlreadyPresent() || !DeclHasAttr(D, Attr)) in mergeDeclAttribute()