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
1577 AutoType *VisitParenType(const ParenType *T) { in VisitParenType() function in __anon0f57bea10411::GetContainedAutoVisitor
DASTImporter.cpp59 QualType VisitParenType(const ParenType *T);
1682 QualType ASTNodeImporter::VisitParenType(const ParenType *T) { in VisitParenType() function in ASTNodeImporter
/external/clang/lib/Serialization/
DASTWriter.cpp402 void ASTTypeWriter::VisitParenType(const ParenType *T) { in VisitParenType() function in ASTTypeWriter