Home | History | Annotate | Download | only in Sema

Lines Matching refs:isDependent

111   bool isDependent = false;
140 isDependent = false;
154 isDependent = isDependentScopeSpecifier(PrefixSS);
157 isDependent = SearchType->isDependentType();
160 isDependent = LookupCtx && LookupCtx->isDependentContext();
171 isDependent = SearchType->isDependentType();
172 assert((isDependent || !SearchType->isIncompleteType()) &&
287 if (isDependent) {