Home | History | Annotate | Download | only in AST

Lines Matching refs:ParenType

59     QualType VisitParenType(const ParenType *T);
602 cast<ParenType>(T1)->getInnerType(),
603 cast<ParenType>(T2)->getInnerType()))
1638 QualType ASTNodeImporter::VisitParenType(const ParenType *T) {