Home
last modified time | relevance | path

Searched refs:VisitParenType (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/AST/
DType.cpp874 QualType VisitParenType(const ParenType *T) { in VisitParenType() function
1583 AutoType *VisitParenType(const ParenType *T) { in VisitParenType() function in __anon3066757e0411::GetContainedAutoVisitor
DASTImporter.cpp59 QualType VisitParenType(const ParenType *T);
1765 QualType ASTNodeImporter::VisitParenType(const ParenType *T) { in VisitParenType() function in ASTNodeImporter
/external/clang/lib/Serialization/
DASTWriter.cpp431 void ASTTypeWriter::VisitParenType(const ParenType *T) { in VisitParenType() function in ASTTypeWriter