Home | History | Annotate | Download | only in AST

Lines Matching refs:InnerType

3119 ASTContext::getParenType(QualType InnerType) const {
3121 ParenType::Profile(ID, InnerType);
3128 QualType Canon = InnerType;
3130 Canon = getCanonicalType(InnerType);
3136 T = new (*this) ParenType(InnerType, Canon);