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