Home | History | Annotate | Download | only in AST

Lines Matching refs:getBaseElementType

1396     QualType BaseT = getBaseElementType(T);
4542 QualType ASTContext::getBaseElementType(const ArrayType *array) const {
4543 return getBaseElementType(array->getElementType());
4546 QualType ASTContext::getBaseElementType(QualType type) const {
4762 T = getBaseElementType(T);