Home
last modified time | relevance | path

Searched defs:isInherited (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/include/clang/AST/
H A DAttr.h97 bool isInherited() const { return Inherited; } isInherited() function
H A DDeclTemplate.h330 bool isInherited() const { return ValueOrInherited.template is<ParmDecl*>(); } isInherited() function