Home
last modified time | relevance | path

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

12

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DASTContext.h1841 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/
DAPValue.cpp453 ElemTy = Ctx.getAsArrayType(ElemTy)->getElementType(); in printPretty()
468 const ArrayType *AT = Ctx.getAsArrayType(Ty); in printPretty()
DMicrosoftMangle.cpp361 } else if (const ArrayType *AT = getASTContext().getAsArrayType(Ty)) { in mangleVariableEncoding()
1128 if (const ArrayType *AT = getASTContext().getAsArrayType(T)) { in mangleType()
DASTContext.cpp1305 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()
DType.cpp70 if (const ArrayType *AT = Ctx.getAsArrayType(T)) in isConstant()
DASTImporter.cpp3057 = Importer.getToContext().getAsArrayType(FoundVar->getType()); in VisitVarDecl()
3059 = Importer.getToContext().getAsArrayType(D->getType()); in VisitVarDecl()
DRecordLayoutBuilder.cpp1610 const ArrayType* ATy = Context.getAsArrayType(D->getType()); in LayoutField()
DItaniumMangle.cpp1868 ty = Context.getASTContext().getAsArrayType(T); in mangleType()
DExprConstant.cpp123 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/
DCodeGenFunction.cpp1075 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()
DCGDecl.cpp1381 const ArrayType *arrayType = getContext().getAsArrayType(type); in emitDestroy()
1470 while (const ArrayType *arrayType = CGF.getContext().getAsArrayType(type)) { in emitPartialArrayDestroy()
DCGExprAgg.cpp1105 CGF.getContext().getAsArrayType(E->getType())->getElementType(); in VisitInitListExpr()
DCGExprConstant.cpp1161 const ArrayType *CAT = Context.getAsArrayType(DestType); in EmitConstantValue()
DCGObjCMac.cpp2109 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()
DCGDebugInfo.cpp3124 QualType ET = CGM.getContext().getAsArrayType(T)->getElementType(); in EmitGlobalVariable()
3160 QualType ET = CGM.getContext().getAsArrayType(T)->getElementType(); in EmitGlobalVariable()
DCGExprScalar.cpp1824 CGF.getContext().getAsArrayType(CurrentType)->getElementType(); in VisitOffsetOfExpr()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaInit.cpp125 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 …]
DSemaStmtAsm.cpp417 const ArrayType *ATy = Context.getAsArrayType(T); in LookupInlineAsmIdentifier()
DSemaExprCXX.cpp1541 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()
DSemaDecl.cpp2904 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()
DSemaChecking.cpp2041 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/
DExprEngineCXX.cpp103 while (const ArrayType *AT = Ctx.getAsArrayType(Ty)) { in makeZeroElementRegion()
DRegionStore.cpp1081 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/
DCFG.cpp3435 while (const ArrayType *arrayType = astContext.getAsArrayType(ty)) { in getDestructorDecl()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
DRewriteModernObjC.cpp3888 const ArrayType *AT = Context->getAsArrayType(Type); in RewriteObjCFieldDecl()
3896 AT = Context->getAsArrayType(AT->getElementType()); in RewriteObjCFieldDecl()

12