Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DTextNodeDumper.h316 void VisitTypedefType(const TypedefType *T);
H A DJSONNodeDumper.h211 void VisitTypedefType(const TypedefType *TT);
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DIncludeCleaner.cpp110 bool VisitTypedefType(TypedefType *TT) { in VisitTypedefType() function in clang::clangd::__anona29aa5690111::ReferencedLocationCrawler
H A DFindTarget.cpp418 void VisitTypedefType(const TypedefType *TT) { in add() function
/llvm-project-15.0.7/clang/lib/AST/
H A DODRHash.cpp1033 void VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in __anonfecede4a0211::ODRTypeVisitor
H A DJSONNodeDumper.cpp531 void JSONNodeDumper::VisitTypedefType(const TypedefType *TT) { in VisitTypedefType() function in JSONNodeDumper
H A DTextNodeDumper.cpp1548 void TextNodeDumper::VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in TextNodeDumper
H A DASTImporter.cpp393 ExpectedType VisitTypedefType(const TypedefType *T);
1361 ExpectedType ASTNodeImporter::VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in ASTNodeImporter