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

References

tools/clang/lib/Sema/SemaTemplate.cpp
  345     assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist");
  371   } else if (SS.isSet()) {
  374     LookupCtx = computeDeclContext(SS, EnteringContext);
  378     if (LookupCtx && RequireCompleteDeclContext(SS, LookupCtx))
  402   if (!SS.isSet() && (ObjectType.isNull() || Found.empty())) {
  429   if (ATK && !SS.isSet() && ObjectType.isNull() && TemplateKWLoc.isInvalid()) {
  467                         &SS, FilterCCC, CTK_ErrorRecovery, LookupCtx)) {
  481                                     << SS.getRange());
  502         << Found.getLookupName() << SS.getRange();