reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
194 isDependent = false; 208 isDependent = isDependentScopeSpecifier(PrefixSS); 211 isDependent = SearchType->isDependentType(); 214 isDependent = LookupCtx && LookupCtx->isDependentContext(); 225 isDependent = SearchType->isDependentType(); 226 assert((isDependent || !SearchType->isIncompleteType()) && 345 if (isDependent) {