Home | History | Annotate | Download | only in Sema

Lines Matching refs:isDependent

69   bool isDependent = false;
105 isDependent = false;
117 isDependent = isDependentScopeSpecifier(PrefixSS);
120 isDependent = SearchType->isDependentType();
123 isDependent = LookupCtx && LookupCtx->isDependentContext();
136 isDependent = SearchType->isDependentType();
137 assert((isDependent || !SearchType->isIncompleteType()) &&
245 if (isDependent) {