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

/external/clang/lib/AST/
H A DASTContext.cpp1318 QualType BaseT = getBaseElementType(T);
4291 QualType ASTContext::getBaseElementType(const ArrayType *array) const { function in class:ASTContext
4292 return getBaseElementType(array->getElementType());
4295 QualType ASTContext::getBaseElementType(QualType type) const { function in class:ASTContext
4495 T = getBaseElementType(T);

Completed in 1954 milliseconds