Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h332 void VisitAutoType(const AutoType *T);
H A DJSONNodeDumper.h235 void VisitAutoType(const AutoType *AT);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp997 void VisitAutoType(const AutoType *T) { in VisitAutoType() function in __anone9b41ed00211::ODRTypeVisitor
H A DJSONNodeDumper.cpp750 void JSONNodeDumper::VisitAutoType(const AutoType *AT) { in VisitAutoType() function in JSONNodeDumper
H A DTextNodeDumper.cpp1779 void TextNodeDumper::VisitAutoType(const AutoType *T) { in VisitAutoType() function in TextNodeDumper
H A DType.cpp1203 QualType VisitAutoType(const AutoType *T) { in SUGARED_TYPE_CLASS()
H A DASTImporter.cpp1442 ExpectedType ASTNodeImporter::VisitAutoType(const AutoType *T) { in VisitAutoType() function in ASTNodeImporter
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp6481 bool UnnamedLocalNoLinkageFinder::VisitAutoType(const AutoType *T) { in VisitAutoType() function in UnnamedLocalNoLinkageFinder