Searched defs:VisitTypedefType (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/AST/ | ||
H A D | ODRHash.cpp | 1188 void VisitTypedefType(const TypedefType *T) { VisitTypedefType() function in __anon5944dbcd0211::ODRTypeVisitor |
H A D | JSONNodeDumper.cpp | 603 void JSONNodeDumper::VisitTypedefType(const TypedefType *TT) { in VisitTypedefType() function in JSONNodeDumper |
H A D | TextNodeDumper.cpp | 1973 void TextNodeDumper::VisitTypedefType(const TypedefType *T) { VisitTypedefType() function in TextNodeDumper |
H A D | ASTImporter.cpp | 1398 ExpectedType ASTNodeImporter::VisitTypedefType(const TypedefType *T) { VisitTypedefType() function in ASTNodeImporter |
/llvm-project/clang-tools-extra/clangd/ | ||
H A D | FindTarget.cpp | 426 void VisitTypedefType(const TypedefType *TT) { in add() function |