Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTDumper.cpp339 void VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in __anonb1addcb90111::ASTDumper
H A DASTImporter.cpp1646 QualType ASTNodeImporter::VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in ASTNodeImporter
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp248 void ASTTypeWriter::VisitTypedefType(const TypedefType *T) { in VisitTypedefType() function in ASTTypeWriter