Searched defs:getBaseElementType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DASTContext.cpp1299 T = getBaseElementType(arrayType);
4199 QualType ASTContext::getBaseElementType(const ArrayType *array) const { function in class:ASTContext
4200 return getBaseElementType(array->getElementType());
4203 QualType ASTContext::getBaseElementType(QualType type) const { function in class:ASTContext
4403 T = getBaseElementType(T);

Completed in 95 milliseconds