Searched refs:VisitTypedefType (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ | ||
| H A D | TextNodeDumper.h | 325 void VisitTypedefType(const TypedefType *T); |
| H A D | JSONNodeDumper.h | 219 void VisitTypedefType(const TypedefType *TT); |
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ | ||
| H A D | ODRHash.cpp | 1171 void VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in __anone9b41ed00211::ODRTypeVisitor |
| H A D | JSONNodeDumper.cpp | 570 void JSONNodeDumper::VisitTypedefType(const TypedefType *TT) { in VisitTypedefType() function in JSONNodeDumper |
| H A D | TextNodeDumper.cpp | 1738 void TextNodeDumper::VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in TextNodeDumper |
| H A D | ASTImporter.cpp | 1372 ExpectedType ASTNodeImporter::VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in ASTNodeImporter |