Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h461 void VisitAutoType(const AutoType *T) { in VisitAutoType() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp1014 void VisitAutoType(const AutoType *T) { in VisitAutoType() function in __anonb4317f1a0211::ODRTypeVisitor
H A DJSONNodeDumper.cpp783 void JSONNodeDumper::VisitAutoType(const AutoType *AT) { in VisitAutoType() function in JSONNodeDumper
H A DTextNodeDumper.cpp2014 void TextNodeDumper::VisitAutoType(const AutoType *T) { in VisitAutoType() function in TextNodeDumper
H A DASTImporter.cpp1468 ExpectedType ASTNodeImporter::VisitAutoType(const AutoType *T) { in VisitAutoType() function in ASTNodeImporter
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp5758 bool UnnamedLocalNoLinkageFinder::VisitAutoType(const AutoType *T) { in VisitAutoType() function in UnnamedLocalNoLinkageFinder