Searched defs:isDependentContext (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DDeclBase.cpp818 bool DeclContext::isDependentContext() const { function in class:DeclContext
840 return getLexicalParent()->isDependentContext();
843 return getParent() && getParent()->isDependentContext();
1572 bool Dependent = isDependentContext();
1608 assert(Parent->isDependentContext()

Completed in 349 milliseconds