Home
last modified time | relevance | path

Searched refs:VisitTypedefType (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTextNodeDumper.h309 void VisitTypedefType(const TypedefType *T);
H A DJSONNodeDumper.h209 void VisitTypedefType(const TypedefType *TT);
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DODRHash.cpp1032 void VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in __anon79b649e50211::ODRTypeVisitor
H A DJSONNodeDumper.cpp500 void JSONNodeDumper::VisitTypedefType(const TypedefType *TT) { in VisitTypedefType() function in JSONNodeDumper
H A DTextNodeDumper.cpp1477 void TextNodeDumper::VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in TextNodeDumper
H A DASTImporter.cpp354 ExpectedType VisitTypedefType(const TypedefType *T);
1306 ExpectedType ASTNodeImporter::VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in ASTNodeImporter