/external/clang/lib/AST/ |
D | ASTContext.cpp | 2572 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 …]
|
D | Type.cpp | 760 return Ctx.getConstantArrayType(elementType, T->getSize(), in VisitConstantArrayType()
|
D | ASTImporter.cpp | 1658 return Importer.getToContext().getConstantArrayType(ToElementType, in VisitConstantArrayType()
|
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 162 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()
|
D | Sema.cpp | 807 QualType T = Context.getConstantArrayType(ArrayT->getElementType(), in ActOnEndOfTranslationUnit()
|
D | SemaExprObjC.cpp | 69 QualType StrTy = Context.getConstantArrayType( in ParseObjCStringLiteral() 1075 StrTy = Context.getConstantArrayType(StrTy, llvm::APInt(32, Str.size()+1), in BuildObjCEncodeExpression()
|
D | SemaExpr.cpp | 1640 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()
|
D | SemaType.cpp | 2237 T = Context.getConstantArrayType(T, ConstVal, ASM, Quals); in BuildArrayType()
|
D | SemaExprCXX.cpp | 1815 InitType = Context.getConstantArrayType(AllocType, in BuildCXXNew()
|
D | SemaDecl.cpp | 5217 return Context.getConstantArrayType(VLATy->getElementType(), in TryToFixInvalidVariablyModifiedType()
|
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 2258 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()
|
D | CGObjC.cpp | 128 = Context.getConstantArrayType(ElementType, APNumElements, in EmitObjCCollectionLiteral() 1490 getContext().getConstantArrayType(getContext().getObjCIdType(), in EmitObjCForCollectionStmt()
|
D | CGDebugInfo.cpp | 2654 T = CGM.getContext().getConstantArrayType(ET, ConstVal, in collectVarDeclProps() 3094 FType = CGM.getContext().getConstantArrayType(CGM.getContext().CharTy, in EmitTypeForVarWithBlocksAttr()
|
D | CGAtomic.cpp | 106 AtomicTy = C.getConstantArrayType(C.CharTy, Size, ArrayType::Normal, in AtomicInfo()
|
D | CodeGenModule.cpp | 3355 Context.getConstantArrayType(Context.UnsignedLongTy, in getObjCFastEnumerationStateType()
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1156 QualType getConstantArrayType(QualType EltTy, const llvm::APInt &ArySize,
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 499 QualType StrType = Context->getConstantArrayType( in getStringLiteral()
|
D | RewriteModernObjC.cpp | 599 QualType StrType = Context->getConstantArrayType( in getStringLiteral()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5311 return Context.getConstantArrayType(ElementType, Size, in readTypeRecord()
|