Searched defs:VisitTypedefType (Results 1 – 3 of 3) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/lib/AST/ | ||
H A D | ASTDumper.cpp | 339 void VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in __anonb1addcb90111::ASTDumper |
H A D | ASTImporter.cpp | 1646 QualType ASTNodeImporter::VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in ASTNodeImporter |
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/ | ||
H A D | ASTWriter.cpp | 248 void ASTTypeWriter::VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in ASTTypeWriter |