Home | History | Annotate | Download | only in AST

Lines Matching refs:isDependentContext

700 bool DeclContext::isDependentContext() const {
718 return getLexicalParent()->isDependentContext();
721 return getParent() && getParent()->isDependentContext();
1247 bool Dependent = isDependentContext();
1283 assert(Parent->isDependentContext()