Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DTemplateArgumentHasher.cpp380 void VisitTypedefType(const TypedefType *T) { AddDecl(T->getDecl()); } in VisitTypedefType() function in __anon91a37be10111::TypeVisitorHelper
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h337 void VisitTypedefType(const TypedefType *T);
H A DJSONNodeDumper.h222 void VisitTypedefType(const TypedefType *TT);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp1216 void VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in __anonb4317f1a0211::ODRTypeVisitor
H A DJSONNodeDumper.cpp602 void JSONNodeDumper::VisitTypedefType(const TypedefType *TT) { in VisitTypedefType() function in JSONNodeDumper
H A DTextNodeDumper.cpp2125 void TextNodeDumper::VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in TextNodeDumper
H A DASTImporter.cpp1629 ExpectedType ASTNodeImporter::VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in ASTNodeImporter
3839 std::optional<bool> VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in __anone38d232b0411::IsTypeDeclaredInsideVisitor