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

References

tools/clang/lib/Parse/ParseExprCXX.cpp
 2678   if (TemplateKWLoc)
 2679     *TemplateKWLoc = SourceLocation();
 2685     if (TemplateKWLoc && (ObjectType || SS.isSet())) {
 2687       *TemplateKWLoc = ConsumeToken();
 2734           SS, TemplateKWLoc ? *TemplateKWLoc : SourceLocation(), Id, IdLoc,
 2734           SS, TemplateKWLoc ? *TemplateKWLoc : SourceLocation(), Id, IdLoc,
 2738                  getCurScope(), SS, *TemplateKWLoc, Result, ObjectType,
 2785       if (TemplateKWLoc && (ObjectType || SS.isSet()))
 2786         *TemplateKWLoc = TemplateLoc;
 2812           SS, TemplateKWLoc ? *TemplateKWLoc : SourceLocation(), nullptr,
 2812           SS, TemplateKWLoc ? *TemplateKWLoc : SourceLocation(), nullptr,
 2817                  getCurScope(), SS, *TemplateKWLoc, Result, ObjectType,
 2891           SS, TemplateKWLoc ? *TemplateKWLoc : SourceLocation(), ClassName,
 2891           SS, TemplateKWLoc ? *TemplateKWLoc : SourceLocation(), ClassName,