reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
347 IsDependent = !LookupCtx && ObjectType->isDependentType(); 348 assert((IsDependent || !ObjectType->isIncompleteType() || 375 IsDependent = !LookupCtx; 399 IsDependent |= Found.wasNotFoundInCurrentInstantiation(); 423 IsDependent |= Found.wasNotFoundInCurrentInstantiation(); 443 if (AllFunctions || (Found.empty() && !IsDependent)) { 455 if (Found.empty() && !IsDependent) { 493 if (IsDependent) {