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

References

tools/clang/lib/AST/ASTImporter.cpp
 7299         E->getLAngleLoc(), E->getRAngleLoc(), E->template_arguments(),
tools/clang/lib/AST/JSONNodeDumper.cpp
 1379       for (const TemplateArgumentLoc &TAL : DSME->template_arguments())
tools/clang/lib/AST/StmtPrinter.cpp
 2134     printTemplateArgumentList(OS, Node->template_arguments(), Policy);