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

References

tools/clang/include/clang/AST/TypeLoc.h
 2175     else if (getTemplateKeywordLoc().isValid())
 2176       return SourceRange(getTemplateKeywordLoc(), getRAngleLoc());
tools/clang/lib/Sema/TreeTransform.h
 4497                                          SpecTL.getTemplateKeywordLoc(),
 6126     NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc());
 6144     NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc());
 6378       T->getKeyword(), QualifierLoc, TL.getTemplateKeywordLoc(),
 6390     NamedTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc());
 6406     SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc());
 6415     SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc());
tools/clang/lib/Serialization/ASTWriter.cpp
  836   Record.AddSourceLocation(TL.getTemplateKeywordLoc());