Home
last modified time | relevance | path

Searched refs:getConstantArrayType (Results 1 – 19 of 19) sorted by relevance

/external/clang/lib/AST/
DASTContext.cpp2572 QualType ASTContext::getConstantArrayType(QualType EltTy, in getConstantArrayType() function in ASTContext
2599 Canon = getConstantArrayType(QualType(canonSplit.Ty, 0), ArySize, in getConstantArrayType()
2701 result = getConstantArrayType( in getVariableArrayDecayedType()
4223 return getConstantArrayType(unqualElementType, CAT->getSize(), in getUnqualifiedArrayType()
4526 return cast<ArrayType>(getConstantArrayType(NewEltTy, CAT->getSize(), in getAsArrayType()
6310 = Context->getConstantArrayType(VaListTagTypedefType, in CreatePowerABIBuiltinVaListDecl()
6365 Context->getConstantArrayType(VaListTagType, Size, ArrayType::Normal, 0); in CreateX86_64ABIBuiltinVaListDecl()
6373 = Context->getConstantArrayType(Context->IntTy, in CreatePNaClABIBuiltinVaListDecl()
6469 Context->getConstantArrayType(VaListTagType, Size, ArrayType::Normal, 0); in CreateSystemZBuiltinVaListDecl()
7833 if (LCAT) return getConstantArrayType(ResultType, LCAT->getSize(), in mergeTypes()
[all …]
DType.cpp760 return Ctx.getConstantArrayType(elementType, T->getSize(), in VisitConstantArrayType()
DASTImporter.cpp1658 return Importer.getToContext().getConstantArrayType(ToElementType, in VisitConstantArrayType()
/external/clang/lib/Sema/
DSemaInit.cpp162 DeclT = S.Context.getConstantArrayType(IAT->getElementType(), in CheckStringInit()
1684 DeclType = SemaRef.Context.getConstantArrayType(elementType, maxElements, in CheckArrayType()
3422 QualType ArrayType = S.Context.getConstantArrayType( in TryInitializerListConstruction()
6847 *ResultType = S.Context.getConstantArrayType( in Perform()
7014 QualType ArrayType = S.Context.getConstantArrayType( in diagnoseListInit()
DSema.cpp807 QualType T = Context.getConstantArrayType(ArrayT->getElementType(), in ActOnEndOfTranslationUnit()
DSemaExprObjC.cpp69 QualType StrTy = Context.getConstantArrayType( in ParseObjCStringLiteral()
1075 StrTy = Context.getConstantArrayType(StrTy, llvm::APInt(32, Str.size()+1), in BuildObjCEncodeExpression()
DSemaExpr.cpp1640 QualType StrTy = Context.getConstantArrayType(CharTyConst, in ActOnStringLiteral()
3090 ResTy = Context.getConstantArrayType(ResTy, LengthI, ArrayType::Normal, in BuildPredefinedExpr()
3096 ResTy = Context.getConstantArrayType(ResTy, LengthI, ArrayType::Normal, in BuildPredefinedExpr()
3327 QualType StrTy = Context.getConstantArrayType( in ActOnNumericConstant()
DSemaType.cpp2237 T = Context.getConstantArrayType(T, ConstVal, ASM, Quals); in BuildArrayType()
DSemaExprCXX.cpp1815 InitType = Context.getConstantArrayType(AllocType, in BuildCXXNew()
DSemaDecl.cpp5217 return Context.getConstantArrayType(VLATy->getElementType(), in TryToFixInvalidVariablyModifiedType()
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp2258 C.getConstantArrayType(C.VoidPtrTy, ArraySize, ArrayType::Normal, in emitSingleRegion()
3906 QualType KmpDependInfoArrayTy = C.getConstantArrayType( in emitTaskCall()
4398 C.getConstantArrayType(C.VoidPtrTy, ArraySize, ArrayType::Normal, in emitReduction()
5575 Ctx.getConstantArrayType(Ctx.VoidPtrTy, PointerNumAP, ArrayType::Normal, in emitOffloadingArrays()
5587 QualType SizeArrayType = Ctx.getConstantArrayType( in emitOffloadingArrays()
DCGObjC.cpp128 = Context.getConstantArrayType(ElementType, APNumElements, in EmitObjCCollectionLiteral()
1490 getContext().getConstantArrayType(getContext().getObjCIdType(), in EmitObjCForCollectionStmt()
DCGDebugInfo.cpp2654 T = CGM.getContext().getConstantArrayType(ET, ConstVal, in collectVarDeclProps()
3094 FType = CGM.getContext().getConstantArrayType(CGM.getContext().CharTy, in EmitTypeForVarWithBlocksAttr()
DCGAtomic.cpp106 AtomicTy = C.getConstantArrayType(C.CharTy, Size, ArrayType::Normal, in AtomicInfo()
DCodeGenModule.cpp3355 Context.getConstantArrayType(Context.UnsignedLongTy, in getObjCFastEnumerationStateType()
/external/clang/include/clang/AST/
DASTContext.h1156 QualType getConstantArrayType(QualType EltTy, const llvm::APInt &ArySize,
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp499 QualType StrType = Context->getConstantArrayType( in getStringLiteral()
DRewriteModernObjC.cpp599 QualType StrType = Context->getConstantArrayType( in getStringLiteral()
/external/clang/lib/Serialization/
DASTReader.cpp5311 return Context.getConstantArrayType(ElementType, Size, in readTypeRecord()