Home | History | Annotate | Download | only in AST

Lines Matching refs:InnerType

2956 ASTContext::getParenType(QualType InnerType) const {
2958 ParenType::Profile(ID, InnerType);
2965 QualType Canon = InnerType;
2967 Canon = getCanonicalType(InnerType);
2973 T = new (*this) ParenType(InnerType, Canon);