Home
last modified time | relevance | path

Searched defs:VisitAutoType (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/unittests/Tooling/RecursiveASTVisitorTests/
H A DConcept.cpp116 bool VisitAutoType(AutoType *) { VisitAutoType() function
/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h461 void VisitAutoType(const AutoType *T) { VisitAutoType() function
/llvm-project/clang/lib/AST/
H A DODRHash.cpp1014 void VisitAutoType(const AutoType *T) { VisitAutoType() function in __anon5944dbcd0211::ODRTypeVisitor
H A DJSONNodeDumper.cpp783 void JSONNodeDumper::VisitAutoType(const AutoType *AT) { VisitAutoType() function in JSONNodeDumper
H A DTextNodeDumper.cpp2014 void TextNodeDumper::VisitAutoType(const AutoType *T) { VisitAutoType() function in TextNodeDumper
H A DASTImporter.cpp1468 ExpectedType ASTNodeImporter::VisitAutoType(const AutoType *T) { VisitAutoType() function in ASTNodeImporter
/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp6970 bool UnnamedLocalNoLinkageFinder::VisitAutoType(const AutoType *T) { VisitAutoType() function in UnnamedLocalNoLinkageFinder