reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaTemplate.cpp
  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) {