Home | History | Annotate | Download | only in AST

Lines Matching refs:ElementTy

2119   QualType ElementTy(T, 0);
2122 if (ElementTy->isConstantArrayType()) {
2124 getASTContext().getAsConstantArrayType(ElementTy);
2126 ElementTy = CAT->getElementType();
2127 } else if (ElementTy->isIncompleteArrayType()) {
2129 getASTContext().getAsIncompleteArrayType(ElementTy);
2131 ElementTy = IAT->getElementType();
2132 } else if (ElementTy->isVariableArrayType()) {
2134 getASTContext().getAsVariableArrayType(ElementTy);
2136 ElementTy = VAT->getElementType();
2137 } else if (ElementTy->isDependentSizedArrayType()) {
2140 getASTContext().getAsDependentSizedArrayType(ElementTy);
2156 mangleType(ElementTy, SourceRange(), QMM_Escape);