Home | History | Annotate | Download | only in AST

Lines Matching refs:isDependentContext

762 bool DeclContext::isDependentContext() const {
784 return getLexicalParent()->isDependentContext();
787 return getParent() && getParent()->isDependentContext();
1497 bool Dependent = isDependentContext();
1533 assert(Parent->isDependentContext()