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

References

tools/clang/include/clang/AST/TypeLoc.h
 1659     setTemplateKeywordLoc(Loc);
tools/clang/lib/AST/ASTContext.cpp
 4162   TL.setTemplateKeywordLoc(SourceLocation());
tools/clang/lib/Sema/SemaCXXScopeSpec.cpp
  972   SpecTL.setTemplateKeywordLoc(TemplateKWLoc);
tools/clang/lib/Sema/SemaTemplate.cpp
 3526   SpecTL.setTemplateKeywordLoc(TemplateKWLoc);
 3624   SpecTL.setTemplateKeywordLoc(TemplateKWLoc);
 9899   SpecTL.setTemplateKeywordLoc(TemplateKWLoc);
tools/clang/lib/Sema/TreeTransform.h
 6085     NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc());
 6144     NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc());
 6390     NamedTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc());
 6415     SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc());
tools/clang/lib/Serialization/ASTReader.cpp
 7150   TL.setTemplateKeywordLoc(ReadSourceLocation());