Home
last modified time | relevance | path

Searched defs:VisitTypedefType (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp1188 void VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in __anonb4317f1a0211::ODRTypeVisitor
H A DJSONNodeDumper.cpp603 void JSONNodeDumper::VisitTypedefType(const TypedefType *TT) { in VisitTypedefType() function in JSONNodeDumper
H A DTextNodeDumper.cpp1973 void TextNodeDumper::VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in TextNodeDumper
H A DASTImporter.cpp1398 ExpectedType ASTNodeImporter::VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in ASTNodeImporter
3568 std::optional<bool> VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in __anone38d232b0411::IsTypeDeclaredInsideVisitor