Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp2429 QualType ASTContext::getConstantArrayType(QualType EltTy, in getConstantArrayType() function in ASTContext
2456 Canon = getConstantArrayType(QualType(canonSplit.Ty, 0), ArySize, in getConstantArrayType()
2557 result = getConstantArrayType( in getVariableArrayDecayedType()
3987 return getConstantArrayType(unqualElementType, CAT->getSize(), in getUnqualifiedArrayType()
4291 return cast<ArrayType>(getConstantArrayType(NewEltTy, CAT->getSize(), in getAsArrayType()
6007 = Context->getConstantArrayType(VaListTagTypedefType, in CreatePowerABIBuiltinVaListDecl()
6067 = Context->getConstantArrayType(VaListTagTypedefType, in CreateX86_64ABIBuiltinVaListDecl()
6076 = Context->getConstantArrayType(Context->IntTy, in CreatePNaClABIBuiltinVaListDecl()
6175 = Context->getConstantArrayType(VaListTagTypedefType, in CreateSystemZBuiltinVaListDecl()
7292 if (LCAT) return getConstantArrayType(ResultType, LCAT->getSize(), in mergeTypes()
[all …]
H A DASTImporter.cpp1531 return Importer.getToContext().getConstantArrayType(ToElementType, in VisitConstantArrayType()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp161 DeclT = S.Context.getConstantArrayType(IAT->getElementType(), in CheckStringInit()
1472 DeclType = SemaRef.Context.getConstantArrayType(elementType, maxElements, in CheckArrayType()
3092 QualType ArrayType = S.Context.getConstantArrayType( in TryInitializerListConstruction()
6268 *ResultType = S.Context.getConstantArrayType( in Perform()
6429 QualType ArrayType = S.Context.getConstantArrayType( in diagnoseListInit()
H A DSema.cpp782 QualType T = Context.getConstantArrayType(ArrayT->getElementType(), in ActOnEndOfTranslationUnit()
H A DSemaExprObjC.cpp72 QualType StrTy = Context.getConstantArrayType( in ParseObjCStringLiteral()
959 StrTy = Context.getConstantArrayType(StrTy, llvm::APInt(32, Str.size()+1), in BuildObjCEncodeExpression()
H A DSemaExpr.cpp1499 QualType StrTy = Context.getConstantArrayType(CharTyConst, in ActOnStringLiteral()
2986 ResTy = Context.getConstantArrayType(ResTy, LengthI, ArrayType::Normal, in BuildPredefinedExpr()
2992 ResTy = Context.getConstantArrayType(ResTy, LengthI, ArrayType::Normal, in BuildPredefinedExpr()
3221 QualType StrTy = Context.getConstantArrayType( in ActOnNumericConstant()
H A DSemaType.cpp1655 T = Context.getConstantArrayType(T, ConstVal, ASM, Quals); in BuildArrayType()
H A DSemaExprCXX.cpp1487 InitType = Context.getConstantArrayType(AllocType, in BuildCXXNew()
H A DSemaDecl.cpp4764 return Context.getConstantArrayType(VLATy->getElementType(), in TryToFixInvalidVariablyModifiedType()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp101 = Context.getConstantArrayType(ElementType, APNumElements, in EmitObjCCollectionLiteral()
1454 getContext().getConstantArrayType(getContext().getObjCIdType(), in EmitObjCForCollectionStmt()
H A DCGDebugInfo.cpp2348 T = CGM.getContext().getConstantArrayType(ET, ConstVal, in collectVarDeclProps()
2756 FType = CGM.getContext().getConstantArrayType(CGM.getContext().CharTy, in EmitTypeForVarWithBlocksAttr()
H A DCodeGenModule.cpp2768 Context.getConstantArrayType(Context.UnsignedLongTy, in getObjCFastEnumerationStateType()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1041 QualType getConstantArrayType(QualType EltTy, const llvm::APInt &ArySize,
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp498 QualType StrType = Context->getConstantArrayType( in getStringLiteral()
H A DRewriteModernObjC.cpp604 QualType StrType = Context->getConstantArrayType( in getStringLiteral()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp5282 return Context.getConstantArrayType(ElementType, Size, in readTypeRecord()