| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/ |
| D | ASTContext.h | 1841 const ArrayType *getAsArrayType(QualType T) const; 1843 return dyn_cast_or_null<ConstantArrayType>(getAsArrayType(T)); in getAsConstantArrayType() 1846 return dyn_cast_or_null<VariableArrayType>(getAsArrayType(T)); in getAsVariableArrayType() 1849 return dyn_cast_or_null<IncompleteArrayType>(getAsArrayType(T)); in getAsIncompleteArrayType() 1853 return dyn_cast_or_null<DependentSizedArrayType>(getAsArrayType(T)); in getAsDependentSizedArrayType()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | APValue.cpp | 453 ElemTy = Ctx.getAsArrayType(ElemTy)->getElementType(); in printPretty() 468 const ArrayType *AT = Ctx.getAsArrayType(Ty); in printPretty()
|
| D | MicrosoftMangle.cpp | 361 } else if (const ArrayType *AT = getASTContext().getAsArrayType(Ty)) { in mangleVariableEncoding() 1128 if (const ArrayType *AT = getASTContext().getAsArrayType(T)) { in mangleType()
|
| D | ASTContext.cpp | 1305 if (const ArrayType *arrayType = getAsArrayType(T)) { in getDeclAlign() 4120 const ArrayType *ASTContext::getAsArrayType(QualType T) const { in getAsArrayType() function in ASTContext 4201 const ArrayType *PrettyArrayType = getAsArrayType(Ty); in getArrayDecayedType() 7299 QualType LHSElem = getAsArrayType(LHS)->getElementType(); in mergeTypes() 7300 QualType RHSElem = getAsArrayType(RHS)->getElementType(); in mergeTypes()
|
| D | Type.cpp | 70 if (const ArrayType *AT = Ctx.getAsArrayType(T)) in isConstant()
|
| D | ASTImporter.cpp | 3057 = Importer.getToContext().getAsArrayType(FoundVar->getType()); in VisitVarDecl() 3059 = Importer.getToContext().getAsArrayType(D->getType()); in VisitVarDecl()
|
| D | RecordLayoutBuilder.cpp | 1610 const ArrayType* ATy = Context.getAsArrayType(D->getType()); in LayoutField()
|
| D | ItaniumMangle.cpp | 1868 ty = Context.getASTContext().getAsArrayType(T); in mangleType()
|
| D | ExprConstant.cpp | 123 cast<ConstantArrayType>(Ctx.getAsArrayType(Type)); in findMostDerivedSubobject() 6979 const ArrayType *AT = Info.Ctx.getAsArrayType(CurrentType); in VisitOffsetOfExpr()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | CodeGenFunction.cpp | 1075 getContext().getAsArrayType(Ty))) { in EmitNullInitialization() 1169 arrayType = getContext().getAsArrayType(elementType); in emitArrayLength() 1208 arrayType = getContext().getAsArrayType(arrayType->getElementType()); in emitArrayLength() 1221 arrayType = getContext().getAsArrayType(eltType); in emitArrayLength()
|
| D | CGDecl.cpp | 1381 const ArrayType *arrayType = getContext().getAsArrayType(type); in emitDestroy() 1470 while (const ArrayType *arrayType = CGF.getContext().getAsArrayType(type)) { in emitPartialArrayDestroy()
|
| D | CGExprAgg.cpp | 1105 CGF.getContext().getAsArrayType(E->getType())->getElementType(); in VisitInitListExpr()
|
| D | CGExprConstant.cpp | 1161 const ArrayType *CAT = Context.getAsArrayType(DestType); in EmitConstantValue()
|
| D | CGObjCMac.cpp | 2109 if (const ArrayType *Array = CGM.getContext().getAsArrayType(FQT)) { in BuildRCRecordLayout() 2115 while (const ArrayType *Array = CGM.getContext().getAsArrayType(FQT)) { in BuildRCRecordLayout() 4580 if (const ArrayType *Array = CGM.getContext().getAsArrayType(FQT)) { in BuildAggrIvarLayout() 4586 while (const ArrayType *Array = CGM.getContext().getAsArrayType(FQT)) { in BuildAggrIvarLayout()
|
| D | CGDebugInfo.cpp | 3124 QualType ET = CGM.getContext().getAsArrayType(T)->getElementType(); in EmitGlobalVariable() 3160 QualType ET = CGM.getContext().getAsArrayType(T)->getElementType(); in EmitGlobalVariable()
|
| D | CGExprScalar.cpp | 1824 CGF.getContext().getAsArrayType(CurrentType)->getElementType(); in VisitOffsetOfExpr()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaInit.cpp | 125 const ArrayType *arrayType = Context.getAsArrayType(declType); in IsStringInit() 483 if (const ArrayType *AType = SemaRef.Context.getAsArrayType(ILE->getType())) { in FillInValueInitializations() 853 if (const ArrayType *arrayType = SemaRef.Context.getAsArrayType(ElemType)) { in CheckSubElementType() 1237 const ArrayType *arrayType = SemaRef.Context.getAsArrayType(DeclType); in CheckArrayType() 2037 const ArrayType *AT = SemaRef.Context.getAsArrayType(CurrentObjectType); in CheckDesignatedInitializer() 2279 = SemaRef.Context.getAsArrayType(CurrentObjectType)) { in getStructuredSubobjectInit() 2467 if (const ArrayType *AT = Context.getAsArrayType(Parent.getType())) { in InitializedEntity() 4338 if (const ArrayType *ArgArrayType = S.Context.getAsArrayType(ArgType)) { in tryObjCWritebackConversion() 4508 if (const ArrayType *DestAT = Context.getAsArrayType(DestType)) { in InitializeFrom() 4540 = Context.getAsArrayType(Initializer->getType()); in InitializeFrom() [all …]
|
| D | SemaStmtAsm.cpp | 417 const ArrayType *ATy = Context.getAsArrayType(T); in LookupInlineAsmIdentifier()
|
| D | SemaExprCXX.cpp | 1541 if (const ArrayType *AT = Context.getAsArrayType(AllocType)) { in CheckAllocatedType() 3167 ElTy = S.Context.getAsArrayType(ArgTy)->getElementType(); in CheckUnaryTypeTraitTypeCompleteness() 3952 while (const ArrayType *AT = Self.Context.getAsArrayType(T)) { in EvaluateArrayTypeTrait() 3977 while (const ArrayType *AT = Self.Context.getAsArrayType(T)) { in EvaluateArrayTypeTrait()
|
| D | SemaDecl.cpp | 2904 const ArrayType *OldArray = Context.getAsArrayType(Old->getType()); in MergeVarDeclTypes() 2905 const ArrayType *NewArray = Context.getAsArrayType(New->getType()); in MergeVarDeclTypes() 2911 const ArrayType *OldArray = Context.getAsArrayType(Old->getType()); in MergeVarDeclTypes() 2912 const ArrayType *NewArray = Context.getAsArrayType(New->getType()); in MergeVarDeclTypes() 11990 else if (Context.getAsArrayType(FD->getType())) { in ActOnFields()
|
| D | SemaChecking.cpp | 2041 if (const ArrayType *AT = S.Context.getAsArrayType(T)) { in checkFormatStringExpr() 6216 while (const ArrayType *AT = Context.getAsArrayType(PType)) { in CheckParmsForFunctionDef()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| D | ExprEngineCXX.cpp | 103 while (const ArrayType *AT = Ctx.getAsArrayType(Ty)) { in makeZeroElementRegion()
|
| D | RegionStore.cpp | 1081 if (const ArrayType *AT = Ctx.getAsArrayType(T)) { in VisitCluster() 1492 QualType T = Ctx.getAsArrayType(StrR->getValueType())->getElementType(); in getBindingForElement()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Analysis/ |
| D | CFG.cpp | 3435 while (const ArrayType *arrayType = astContext.getAsArrayType(ty)) { in getDestructorDecl()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/ |
| D | RewriteModernObjC.cpp | 3888 const ArrayType *AT = Context->getAsArrayType(Type); in RewriteObjCFieldDecl() 3896 AT = Context->getAsArrayType(AT->getElementType()); in RewriteObjCFieldDecl()
|