Home | History | Annotate | Download | only in AST

Lines Matching refs:isDependentContext

765 bool DeclContext::isDependentContext() const {
787 return getLexicalParent()->isDependentContext();
790 return getParent() && getParent()->isDependentContext();
1441 bool Dependent = isDependentContext();
1477 assert(Parent->isDependentContext()