Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h314 void VisitTypedefType(const TypedefType *T);
H A DJSONNodeDumper.h211 void VisitTypedefType(const TypedefType *TT);
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp1032 void VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in __anonb1d94ece0211::ODRTypeVisitor
H A DJSONNodeDumper.cpp531 void JSONNodeDumper::VisitTypedefType(const TypedefType *TT) { in VisitTypedefType() function in JSONNodeDumper
H A DTextNodeDumper.cpp1529 void TextNodeDumper::VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in TextNodeDumper
H A DASTImporter.cpp369 ExpectedType VisitTypedefType(const TypedefType *T);
1324 ExpectedType ASTNodeImporter::VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in ASTNodeImporter