Home | History | Annotate | Download | only in AST

Lines Matching refs:InnerType

2596 ASTContext::getParenType(QualType InnerType) const {
2598 ParenType::Profile(ID, InnerType);
2605 QualType Canon = InnerType;
2607 Canon = getCanonicalType(InnerType);
2613 T = new (*this) ParenType(InnerType, Canon);