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

References

tools/clang/lib/Parse/ParseExprCXX.cpp
  158                                                  SS);
  167     SS = TemplateId->SS;
  194       if (Actions.ActOnCXXGlobalScopeSpecifier(ConsumeToken(), SS))
  208     return Actions.ActOnSuperScopeSpecifier(SuperLoc, ConsumeToken(), SS);
  226     if (Actions.ActOnCXXNestedNameSpecifierDecltype(SS, DS, CCLoc))
  227       SS.SetInvalid(SourceRange(DeclLoc, CCLoc));
  239         Actions.CodeCompleteQualifiedId(getCurScope(), SS, EnteringContext,
  241                                         SavedType.get(SS.getBeginLoc()));
  246         SS.setEndLoc(Tok.getLocation());
  289         if (ParseUnqualifiedIdOperator(SS, EnteringContext, ObjectType,
  320               getCurScope(), SS, TemplateKWLoc, TemplateName, ObjectType,
  322         if (AnnotateTemplateIdToken(Template, TNK, SS, TemplateKWLoc,
  360                                               SS,
  370           = SS.getBeginLoc().isValid()? SS.getBeginLoc()
  370           = SS.getBeginLoc().isValid()? SS.getBeginLoc()
  372         SS.SetInvalid(SourceRange(StartLoc, CCLoc));
  396       if (Actions.IsInvalidUnlessNestedName(getCurScope(), SS, IdInfo,
  422           !Actions.isNonTypeNestedNameSpecifier(getCurScope(), SS, IdInfo)) {
  457               getCurScope(), IdInfo, EnteringContext, SS, false,
  468         SS.SetInvalid(SourceRange(IdLoc, CCLoc));
  474     CheckForTemplateAndDigraph(Next, ObjectType, EnteringContext, II, SS);
  483       if (TemplateNameKind TNK = Actions.isTemplateName(getCurScope(), SS,
  505         if (AnnotateTemplateIdToken(Template, TNK, SS, SourceLocation(),
  511       if (MemberOfUnknownSpecialization && (ObjectType || SS.isSet()) &&
  526                 getCurScope(), SS, Tok.getLocation(), TemplateName, ObjectType,
  530           if (AnnotateTemplateIdToken(Template, TNK, SS, SourceLocation(),