Searched refs:VisitTypedefType (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/AST/ | ||
D | ASTDumper.cpp | 339 void VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in __anoned57ecc80111::ASTDumper |
D | ASTImporter.cpp | 60 QualType VisitTypedefType(const TypedefType *T); |
/external/clang/lib/Serialization/ | ||
D | ASTWriter.cpp | 248 void ASTTypeWriter::VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in ASTTypeWriter |