Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTextNodeDumper.h313 void VisitAutoType(const AutoType *T);
H A DJSONNodeDumper.h221 void VisitAutoType(const AutoType *AT);
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DODRHash.cpp858 void VisitAutoType(const AutoType *T) { in VisitAutoType() function in __anon79b649e50211::ODRTypeVisitor
H A DJSONNodeDumper.cpp652 void JSONNodeDumper::VisitAutoType(const AutoType *AT) { in VisitAutoType() function in JSONNodeDumper
H A DTextNodeDumper.cpp1500 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.cpp360 ExpectedType VisitAutoType(const AutoType *T);
1358 ExpectedType ASTNodeImporter::VisitAutoType(const AutoType *T) { in VisitAutoType() function in ASTNodeImporter
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp6078 bool UnnamedLocalNoLinkageFinder::VisitAutoType(const AutoType *T) { in VisitAutoType() function in UnnamedLocalNoLinkageFinder