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