Home
last modified time | relevance | path

Searched refs:VisitAutoType (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h318 void VisitAutoType(const AutoType *T);
H A DJSONNodeDumper.h223 void VisitAutoType(const AutoType *AT);
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp858 void VisitAutoType(const AutoType *T) { in VisitAutoType() function in __anonb1d94ece0211::ODRTypeVisitor
H A DJSONNodeDumper.cpp683 void JSONNodeDumper::VisitAutoType(const AutoType *AT) { in VisitAutoType() function in JSONNodeDumper
H A DTextNodeDumper.cpp1552 void TextNodeDumper::VisitAutoType(const AutoType *T) { in VisitAutoType() function in TextNodeDumper
H A DType.cpp1170 QualType VisitAutoType(const AutoType *T) { in SUGARED_TYPE_CLASS()
H A DASTImporter.cpp375 ExpectedType VisitAutoType(const AutoType *T);
1376 ExpectedType ASTNodeImporter::VisitAutoType(const AutoType *T) { in VisitAutoType() function in ASTNodeImporter
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp6078 bool UnnamedLocalNoLinkageFinder::VisitAutoType(const AutoType *T) { in VisitAutoType() function in UnnamedLocalNoLinkageFinder