Home
last modified time | relevance | path

Searched refs:getAsArrayType (Results 1 – 25 of 31) sorted by relevance

12

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1900 const ArrayType *getAsArrayType(QualType T) const;
1902 return dyn_cast_or_null<ConstantArrayType>(getAsArrayType(T)); in getAsConstantArrayType()
1905 return dyn_cast_or_null<VariableArrayType>(getAsArrayType(T)); in getAsVariableArrayType()
1908 return dyn_cast_or_null<IncompleteArrayType>(getAsArrayType(T)); in getAsIncompleteArrayType()
1912 return dyn_cast_or_null<DependentSizedArrayType>(getAsArrayType(T)); in getAsDependentSizedArrayType()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DAPValue.cpp460 ElemTy = Ctx.getAsArrayType(ElemTy)->getElementType(); in printPretty()
475 const ArrayType *AT = Ctx.getAsArrayType(Ty); in printPretty()
H A DMicrosoftMangle.cpp433 } else if (const ArrayType *AT = getASTContext().getAsArrayType(Ty)) { in mangleVariableEncoding()
1379 if (const ArrayType *AT = getASTContext().getAsArrayType(T)) { in mangleType()
H A DASTContext.cpp1317 if (const ArrayType *arrayType = getAsArrayType(T)) { in getDeclAlign()
4258 const ArrayType *ASTContext::getAsArrayType(QualType T) const { in getAsArrayType() function in ASTContext
4339 const ArrayType *PrettyArrayType = getAsArrayType(Ty); in getArrayDecayedType()
7279 QualType LHSElem = getAsArrayType(LHS)->getElementType(); in mergeTypes()
7280 QualType RHSElem = getAsArrayType(RHS)->getElementType(); in mergeTypes()
H A DType.cpp70 if (const ArrayType *AT = Ctx.getAsArrayType(T)) in isConstant()
H A DRecordLayoutBuilder.cpp1678 const ArrayType* ATy = Context.getAsArrayType(D->getType()); in LayoutField()
H A DASTImporter.cpp3057 = Importer.getToContext().getAsArrayType(FoundVar->getType()); in VisitVarDecl()
3059 = Importer.getToContext().getAsArrayType(D->getType()); in VisitVarDecl()
H A DItaniumMangle.cpp1888 ty = Context.getASTContext().getAsArrayType(T); in mangleType()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1275 getContext().getAsArrayType(Ty))) { in EmitNullInitialization()
1369 arrayType = getContext().getAsArrayType(elementType); in emitArrayLength()
1408 arrayType = getContext().getAsArrayType(arrayType->getElementType()); in emitArrayLength()
1421 arrayType = getContext().getAsArrayType(eltType); in emitArrayLength()
H A DCGDecl.cpp1416 const ArrayType *arrayType = getContext().getAsArrayType(type); in emitDestroy()
1505 while (const ArrayType *arrayType = CGF.getContext().getAsArrayType(type)) { in emitPartialArrayDestroy()
H A DCGExprAgg.cpp1129 CGF.getContext().getAsArrayType(E->getType())->getElementType(); in VisitInitListExpr()
H A DCGExprConstant.cpp1211 const ArrayType *CAT = Context.getAsArrayType(DestType); in EmitConstantValue()
H A DCGObjCMac.cpp2103 if (const ArrayType *Array = CGM.getContext().getAsArrayType(FQT)) { in BuildRCRecordLayout()
2109 while (const ArrayType *Array = CGM.getContext().getAsArrayType(FQT)) { in BuildRCRecordLayout()
4513 if (const ArrayType *Array = CGM.getContext().getAsArrayType(FQT)) { in BuildAggrIvarLayout()
4519 while (const ArrayType *Array = CGM.getContext().getAsArrayType(FQT)) { in BuildAggrIvarLayout()
H A DCGDebugInfo.cpp2346 QualType ET = CGM.getContext().getAsArrayType(T)->getElementType(); in collectVarDeclProps()
H A DCGExprScalar.cpp1892 CGF.getContext().getAsArrayType(CurrentType)->getElementType(); in VisitOffsetOfExpr()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp125 const ArrayType *arrayType = Context.getAsArrayType(declType); in IsStringInit()
574 if (const ArrayType *AType = SemaRef.Context.getAsArrayType(ILE->getType())) { in FillInEmptyInitializations()
940 if (const ArrayType *arrayType = SemaRef.Context.getAsArrayType(ElemType)) { in CheckSubElementType()
1363 const ArrayType *arrayType = SemaRef.Context.getAsArrayType(DeclType); in CheckArrayType()
2122 const ArrayType *AT = SemaRef.Context.getAsArrayType(CurrentObjectType); in CheckDesignatedInitializer()
2364 = SemaRef.Context.getAsArrayType(CurrentObjectType)) { in getStructuredSubobjectInit()
2551 if (const ArrayType *AT = Context.getAsArrayType(Parent.getType())) { in InitializedEntity()
4435 if (const ArrayType *ArgArrayType = S.Context.getAsArrayType(ArgType)) { in tryObjCWritebackConversion()
4612 if (const ArrayType *DestAT = Context.getAsArrayType(DestType)) { in InitializeFrom()
4644 = Context.getAsArrayType(Initializer->getType()); in InitializeFrom()
[all …]
H A DSemaStmtAsm.cpp538 const ArrayType *ATy = Context.getAsArrayType(T); in LookupInlineAsmIdentifier()
H A DSemaExprCXX.cpp1594 if (const ArrayType *AT = Context.getAsArrayType(AllocType)) { in CheckAllocatedType()
3220 ElTy = S.Context.getAsArrayType(ArgTy)->getElementType(); in CheckUnaryTypeTraitTypeCompleteness()
3984 while (const ArrayType *AT = Self.Context.getAsArrayType(T)) { in EvaluateArrayTypeTrait()
4009 while (const ArrayType *AT = Self.Context.getAsArrayType(T)) { in EvaluateArrayTypeTrait()
H A DSemaDecl.cpp3086 const ArrayType *OldArray = Context.getAsArrayType(Old->getType()); in MergeVarDeclTypes()
3087 const ArrayType *NewArray = Context.getAsArrayType(New->getType()); in MergeVarDeclTypes()
3093 const ArrayType *OldArray = Context.getAsArrayType(Old->getType()); in MergeVarDeclTypes()
3094 const ArrayType *NewArray = Context.getAsArrayType(New->getType()); in MergeVarDeclTypes()
12867 else if (Context.getAsArrayType(FD->getType())) { in ActOnFields()
H A DSemaChecking.cpp2483 if (const ArrayType *AT = S.Context.getAsArrayType(T)) { in checkFormatStringExpr()
7534 while (const ArrayType *AT = Context.getAsArrayType(PType)) { in CheckParmsForFunctionDef()
H A DSemaTemplateDeduction.cpp1362 const ArrayType *ArrayArg = S.Context.getAsArrayType(Arg); in DeduceTemplateArgumentsByTypeMatch()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp97 while (const ArrayType *AT = Ctx.getAsArrayType(Ty)) { in makeZeroElementRegion()
H A DRegionStore.cpp1079 if (const ArrayType *AT = Ctx.getAsArrayType(T)) { in VisitCluster()
1490 QualType T = Ctx.getAsArrayType(StrR->getValueType())->getElementType(); in getBindingForElement()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp3801 const ArrayType *AT = Context->getAsArrayType(Type); in RewriteObjCFieldDecl()
3809 AT = Context->getAsArrayType(AT->getElementType()); in RewriteObjCFieldDecl()
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp3797 while (const ArrayType *arrayType = astContext.getAsArrayType(ty)) { in getDestructorDecl()

12