Home | History | Annotate | Download | only in AST

Lines Matching refs:getBaseElementType

1229         T = getBaseElementType(arrayType);
4065 QualType ASTContext::getBaseElementType(const ArrayType *array) const {
4066 return getBaseElementType(array->getElementType());
4069 QualType ASTContext::getBaseElementType(QualType type) const {
4269 T = getBaseElementType(T);