Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAttr.h95 bool isInherited() const { return Inherited; } in isInherited() function
H A DDeclTemplate.h344 bool isInherited() const { return ValueOrInherited.template is<ParmDecl*>(); } in isInherited() function