Searched refs:VisitParenType (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/AST/ | ||
D | Type.cpp | 874 QualType VisitParenType(const ParenType *T) { in VisitParenType() function |
D | ASTImporter.cpp | 59 QualType VisitParenType(const ParenType *T); |
/external/clang/lib/Serialization/ | ||
D | ASTWriter.cpp | 431 void ASTTypeWriter::VisitParenType(const ParenType *T) { in VisitParenType() function in ASTTypeWriter |