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

References

tools/clang/lib/AST/TypeLoc.cpp
  515   setTemplateKeywordLoc(Loc);
tools/clang/lib/Sema/SemaCXXScopeSpec.cpp
  923     SpecTL.setTemplateKeywordLoc(TemplateKWLoc);
tools/clang/lib/Sema/SemaTemplate.cpp
 3509     SpecTL.setTemplateKeywordLoc(TemplateKWLoc);
 3580     SpecTL.setTemplateKeywordLoc(TemplateKWLoc);
 9882     SpecTL.setTemplateKeywordLoc(TemplateKWLoc);
tools/clang/lib/Sema/TreeTransform.h
 6074       NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc());
 6126     NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc());
 6406     SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc());
tools/clang/lib/Serialization/ASTReader.cpp
 7185   TL.setTemplateKeywordLoc(ReadSourceLocation());