Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DASTContext.cpp2346 QualType ASTContext::getConstantArrayType(QualType EltTy, in getConstantArrayType() function in ASTContext
2373 Canon = getConstantArrayType(QualType(canonSplit.Ty, 0), ArySize, in getConstantArrayType()
2474 result = getConstantArrayType( in getVariableArrayDecayedType()
3850 return getConstantArrayType(unqualElementType, CAT->getSize(), in getUnqualifiedArrayType()
4153 return cast<ArrayType>(getConstantArrayType(NewEltTy, CAT->getSize(), in getAsArrayType()
5910 = Context->getConstantArrayType(VaListTagTypedefType, in CreatePowerABIBuiltinVaListDecl()
5984 = Context->getConstantArrayType(VaListTagTypedefType, in CreateX86_64ABIBuiltinVaListDecl()
6002 = Context->getConstantArrayType(Context->IntTy, in CreatePNaClABIBuiltinVaListDecl()
6133 = Context->getConstantArrayType(VaListTagTypedefType, in CreateSystemZBuiltinVaListDecl()
7312 if (LCAT) return getConstantArrayType(ResultType, LCAT->getSize(), in mergeTypes()
[all …]
DASTImporter.cpp1533 return Importer.getToContext().getConstantArrayType(ToElementType, in VisitConstantArrayType()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaInit.cpp161 DeclT = S.Context.getConstantArrayType(IAT->getElementType(), in CheckStringInit()
1346 DeclType = SemaRef.Context.getConstantArrayType(elementType, maxElements, in CheckArrayType()
2998 QualType ArrayType = S.Context.getConstantArrayType( in TryInitializerListConstruction()
6137 *ResultType = S.Context.getConstantArrayType( in Perform()
6302 QualType ArrayType = S.Context.getConstantArrayType( in diagnoseListInit()
DSema.cpp710 QualType T = Context.getConstantArrayType(ArrayT->getElementType(), in ActOnEndOfTranslationUnit()
DSemaExprObjC.cpp956 StrTy = Context.getConstantArrayType(StrTy, llvm::APInt(32, Str.size()+1), in BuildObjCEncodeExpression()
DSemaExpr.cpp1516 QualType StrTy = Context.getConstantArrayType(CharTyConst, in ActOnStringLiteral()
2851 ResTy = Context.getConstantArrayType(ResTy, LengthI, ArrayType::Normal, 0); in BuildPredefinedExpr()
3046 QualType StrTy = Context.getConstantArrayType( in ActOnNumericConstant()
DSemaType.cpp1603 T = Context.getConstantArrayType(T, ConstVal, ASM, Quals); in BuildArrayType()
DSemaExprCXX.cpp1431 InitType = Context.getConstantArrayType(AllocType, in BuildCXXNew()
DSemaDecl.cpp4481 return Context.getConstantArrayType(VLATy->getElementType(), in TryToFixInvalidVariablyModifiedType()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGDebugInfo.cpp2677 FType = CGM.getContext().getConstantArrayType(CGM.getContext().CharTy, in EmitTypeForVarWithBlocksAttr()
3126 T = CGM.getContext().getConstantArrayType(ET, ConstVal, in EmitGlobalVariable()
3162 T = CGM.getContext().getConstantArrayType(ET, ConstVal, in EmitGlobalVariable()
DCGObjC.cpp105 = Context.getConstantArrayType(ElementType, APNumElements, in EmitObjCCollectionLiteral()
1455 getContext().getConstantArrayType(getContext().getObjCIdType(), in EmitObjCForCollectionStmt()
DCodeGenModule.cpp2546 Context.getConstantArrayType(Context.UnsignedLongTy, in getObjCFastEnumerationStateType()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DASTContext.h1000 QualType getConstantArrayType(QualType EltTy, const llvm::APInt &ArySize,
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReader.cpp4597 return Context.getConstantArrayType(ElementType, Size, in readTypeRecord()