Searched refs:getAsArrayTypeUnsafe (Results 1 - 10 of 10) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp162 while (const ArrayType *AT = T->getAsArrayTypeUnsafe()) {
/external/lldb/source/Symbol/
H A DClangASTImporter.cpp302 if (const ArrayType *array_type = type->getAsArrayTypeUnsafe())
/external/clang/lib/AST/
H A DType.cpp2409 while (const ArrayType *array = type->getAsArrayTypeUnsafe())
2437 if (const ArrayType *arr = getAsArrayTypeUnsafe()) {
H A DASTContext.cpp4299 const ArrayType *array = split.Ty->getAsArrayTypeUnsafe();
4316 CA->getElementType()->getAsArrayTypeUnsafe());
H A DExpr.cpp1888 const ArrayType *AT = getType()->getAsArrayTypeUnsafe();
/external/clang/include/clang/AST/
H A DType.h1710 const ArrayType *getAsArrayTypeUnsafe() const;
5166 while (const ArrayType *arrayType = type->getAsArrayTypeUnsafe())
5216 inline const ArrayType *Type::getAsArrayTypeUnsafe() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
/external/clang/lib/CodeGen/
H A DCGExprCXX.cpp780 AllocType->getAsArrayTypeUnsafe())) {
H A DTargetInfo.cpp6496 if (const ArrayType *AT = QT->getAsArrayTypeUnsafe())
6539 if (const ArrayType *AT = QT->getAsArrayTypeUnsafe()) {
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp939 if (!EncodedType->getAsArrayTypeUnsafe() && //// Incomplete array is handled.
2785 } else if (const ArrayType *array = type->getAsArrayTypeUnsafe()) {
H A DSemaStmt.cpp2152 if (const ArrayType *UnqAT = RangeType->getAsArrayTypeUnsafe()) {

Completed in 250 milliseconds