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

References

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