Searched refs:getBaseElementTypeUnsafe (Results 1 - 16 of 16) sorted by relevance

/external/clang/lib/AST/
H A DType.cpp1159 const Type *BaseTy = getBaseElementTypeUnsafe();
1217 const Type *BaseTy = getBaseElementTypeUnsafe();
1269 const Type *BaseTy = ty->getBaseElementTypeUnsafe();
2464 type->getBaseElementTypeUnsafe()->getAsCXXRecordDecl();
H A DExprCXX.cpp65 Ty = Ty->getBaseElementTypeUnsafe();
H A DRecordLayoutBuilder.cpp2280 FD->getType()->getBaseElementTypeUnsafe()->getAs<RecordType>()) {
H A DASTContext.cpp1782 T = T->getBaseElementTypeUnsafe();
/external/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp140 const Type *Type = FD->getType()->getBaseElementTypeUnsafe();
H A DCGDecl.cpp225 CXXRecordDecl *RD = T->getBaseElementTypeUnsafe()->getAsCXXRecordDecl();
H A DCGBlocks.cpp244 type->getBaseElementTypeUnsafe()->getAs<RecordType>();
H A DCGExpr.cpp247 E->getType()->getBaseElementTypeUnsafe()->getAs<RecordType>()) {
H A DCodeGenModule.cpp1825 CXXRecordDecl *RD = ASTTy->getBaseElementTypeUnsafe()->getAsCXXRecordDecl();
/external/clang/include/clang/AST/
H A DType.h1724 /// getBaseElementTypeUnsafe - Get the base element type of this
1727 const Type *getBaseElementTypeUnsafe() const;
5164 inline const Type *Type::getBaseElementTypeUnsafe() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
/external/clang/lib/Analysis/
H A DCFG.cpp4105 T = T->getBaseElementTypeUnsafe();
4131 const Type *T = FD->getType()->getBaseElementTypeUnsafe();
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp984 allocType->getBaseElementTypeUnsafe()->getAs<RecordType>();
5117 Bind->getType()->getBaseElementTypeUnsafe()->getAsCXXRecordDecl();
H A DSemaInit.cpp357 Entity.getType()->getBaseElementTypeUnsafe()->isRecordType();
6367 CXXRecordDecl *RD = T->getBaseElementTypeUnsafe()->getAsCXXRecordDecl();
H A DSemaExprObjC.cpp2786 type = QualType(array->getElementType()->getBaseElementTypeUnsafe(), 0);
H A DSemaChecking.cpp4002 const Type *Ty = T->getBaseElementTypeUnsafe();
7034 return EltType->getBaseElementTypeUnsafe();
H A DSemaDeclCXX.cpp1908 const Type *T = FD.getType()->getBaseElementTypeUnsafe();
9160 const Type *E = T->getBaseElementTypeUnsafe();

Completed in 4039 milliseconds