Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DTemplateArgumentHasher.cpp293 void VisitAutoType(const AutoType *T) { VisitDeducedType(T); } in VisitAutoType() function in __anon91a37be10111::TypeVisitorHelper
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h490 void VisitAutoType(const AutoType *T) { in VisitAutoType() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp1042 void VisitAutoType(const AutoType *T) { in VisitAutoType() function in __anonb4317f1a0211::ODRTypeVisitor
H A DJSONNodeDumper.cpp785 void JSONNodeDumper::VisitAutoType(const AutoType *AT) { in VisitAutoType() function in JSONNodeDumper
H A DTextNodeDumper.cpp2168 void TextNodeDumper::VisitAutoType(const AutoType *T) { in VisitAutoType() function in TextNodeDumper
H A DASTImporter.cpp1699 ExpectedType ASTNodeImporter::VisitAutoType(const AutoType *T) { in VisitAutoType() function in ASTNodeImporter
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp6178 bool UnnamedLocalNoLinkageFinder::VisitAutoType(const AutoType *T) { in VisitAutoType() function in UnnamedLocalNoLinkageFinder