Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTextNodeDumper.h282 void VisitTypedefType(const TypedefType *T);
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DODRHash.cpp948 void VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in __anondc2745e90211::ODRTypeVisitor
H A DTextNodeDumper.cpp1118 void TextNodeDumper::VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in TextNodeDumper
H A DASTImporter.cpp342 ExpectedType VisitTypedefType(const TypedefType *T);
1245 ExpectedType ASTNodeImporter::VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in ASTNodeImporter
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp339 void ASTTypeWriter::VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in ASTTypeWriter