Searched defs:VisitAutoType (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | ASTNodeTraverser.h | 461 void VisitAutoType(const AutoType *T) { in VisitAutoType() function |
/freebsd/contrib/llvm-project/clang/lib/AST/ | ||
H A D | ODRHash.cpp | 1014 void VisitAutoType(const AutoType *T) { in VisitAutoType() function in __anonb4317f1a0211::ODRTypeVisitor |
H A D | JSONNodeDumper.cpp | 783 void JSONNodeDumper::VisitAutoType(const AutoType *AT) { in VisitAutoType() function in JSONNodeDumper |
H A D | TextNodeDumper.cpp | 2014 void TextNodeDumper::VisitAutoType(const AutoType *T) { in VisitAutoType() function in TextNodeDumper |
H A D | ASTImporter.cpp | 1468 ExpectedType ASTNodeImporter::VisitAutoType(const AutoType *T) { in VisitAutoType() function in ASTNodeImporter |
/freebsd/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaTemplate.cpp | 5758 bool UnnamedLocalNoLinkageFinder::VisitAutoType(const AutoType *T) { in VisitAutoType() function in UnnamedLocalNoLinkageFinder |