| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1900 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 D | APValue.cpp | 460 ElemTy = Ctx.getAsArrayType(ElemTy)->getElementType(); in printPretty() 475 const ArrayType *AT = Ctx.getAsArrayType(Ty); in printPretty()
|
| H A D | MicrosoftMangle.cpp | 433 } else if (const ArrayType *AT = getASTContext().getAsArrayType(Ty)) { in mangleVariableEncoding() 1379 if (const ArrayType *AT = getASTContext().getAsArrayType(T)) { in mangleType()
|
| H A D | ASTContext.cpp | 1317 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 D | Type.cpp | 70 if (const ArrayType *AT = Ctx.getAsArrayType(T)) in isConstant()
|
| H A D | RecordLayoutBuilder.cpp | 1678 const ArrayType* ATy = Context.getAsArrayType(D->getType()); in LayoutField()
|
| H A D | ASTImporter.cpp | 3057 = Importer.getToContext().getAsArrayType(FoundVar->getType()); in VisitVarDecl() 3059 = Importer.getToContext().getAsArrayType(D->getType()); in VisitVarDecl()
|
| H A D | ItaniumMangle.cpp | 1888 ty = Context.getASTContext().getAsArrayType(T); in mangleType()
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 1275 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 D | CGDecl.cpp | 1416 const ArrayType *arrayType = getContext().getAsArrayType(type); in emitDestroy() 1505 while (const ArrayType *arrayType = CGF.getContext().getAsArrayType(type)) { in emitPartialArrayDestroy()
|
| H A D | CGExprAgg.cpp | 1129 CGF.getContext().getAsArrayType(E->getType())->getElementType(); in VisitInitListExpr()
|
| H A D | CGExprConstant.cpp | 1211 const ArrayType *CAT = Context.getAsArrayType(DestType); in EmitConstantValue()
|
| H A D | CGObjCMac.cpp | 2103 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 D | CGDebugInfo.cpp | 2346 QualType ET = CGM.getContext().getAsArrayType(T)->getElementType(); in collectVarDeclProps()
|
| H A D | CGExprScalar.cpp | 1892 CGF.getContext().getAsArrayType(CurrentType)->getElementType(); in VisitOffsetOfExpr()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaInit.cpp | 125 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 D | SemaStmtAsm.cpp | 538 const ArrayType *ATy = Context.getAsArrayType(T); in LookupInlineAsmIdentifier()
|
| H A D | SemaExprCXX.cpp | 1594 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 D | SemaDecl.cpp | 3086 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 D | SemaChecking.cpp | 2483 if (const ArrayType *AT = S.Context.getAsArrayType(T)) { in checkFormatStringExpr() 7534 while (const ArrayType *AT = Context.getAsArrayType(PType)) { in CheckParmsForFunctionDef()
|
| H A D | SemaTemplateDeduction.cpp | 1362 const ArrayType *ArrayArg = S.Context.getAsArrayType(Arg); in DeduceTemplateArgumentsByTypeMatch()
|
| /minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCXX.cpp | 97 while (const ArrayType *AT = Ctx.getAsArrayType(Ty)) { in makeZeroElementRegion()
|
| H A D | RegionStore.cpp | 1079 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 D | RewriteModernObjC.cpp | 3801 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 D | CFG.cpp | 3797 while (const ArrayType *arrayType = astContext.getAsArrayType(ty)) { in getDestructorDecl()
|