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