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

References

tools/clang/lib/Sema/SemaCXXScopeSpec.cpp
  395     assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist");
  398   } else if (SS.isSet()) {
  401     LookupCtx = computeDeclContext(SS, false);
  402     isDependent = isDependentScopeSpecifier(SS);
  403     Found.setContextRange(SS.getRange());
  414         RequireCompleteDeclContext(SS, LookupCtx))