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

References

tools/clang/lib/Sema/SemaCXXScopeSpec.cpp
  501   if (!ObjectType.isNull()) {
  505     LookupCtx = computeDeclContext(ObjectType);
  506     isDependent = ObjectType->isDependentType();
  529     if (!ObjectType.isNull() && Found.empty()) {
  660     if (!ObjectType.isNull() && !ObjectTypeSearchedInScope &&
  694            << ObjectType;