Searched defs:isInherited (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/AST/ | ||
H A D | Attr.h | 97 bool isInherited() const { return Inherited; } isInherited() function |
H A D | DeclTemplate.h | 330 bool isInherited() const { return ValueOrInherited.template is<ParmDecl*>(); } isInherited() function |