Home | History | Annotate | Download | only in AST

Lines Matching refs:ParenType

59     QualType VisitParenType(const ParenType *T);
604 cast<ParenType>(T1)->getInnerType(),
605 cast<ParenType>(T2)->getInnerType()))
1639 QualType ASTNodeImporter::VisitParenType(const ParenType *T) {