Home | History | Annotate | Download | only in AST

Lines Matching refs:getBaseElementType

1299         T = getBaseElementType(arrayType);
4199 QualType ASTContext::getBaseElementType(const ArrayType *array) const {
4200 return getBaseElementType(array->getElementType());
4203 QualType ASTContext::getBaseElementType(QualType type) const {
4403 T = getBaseElementType(T);