Searched refs:getAsVariableArrayType (Results 1 – 10 of 10) sorted by relevance
91 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(VD->getType()); in checkPreStmt()
1484 const VariableArrayType *vla = getContext().getAsVariableArrayType(type); in getVLASize()1508 } while ((type = getContext().getAsVariableArrayType(elementType))); in getVLASize()
1752 = CGF.getContext().getAsVariableArrayType(type)) { in EmitScalarPrePostIncDec()2029 CGF.getContext().getAsVariableArrayType(TypeToSize)) { in VisitUnaryExprOrTypeTraitExpr()2492 = CGF.getContext().getAsVariableArrayType(elementType)) { in emitPointerArithmetic()2684 = CGF.getContext().getAsVariableArrayType(elementType)) { in EmitSub()
1925 getContext().getAsVariableArrayType(OTy)) { in EmitFunctionProlog()
2484 getContext().getAsVariableArrayType(E->getType())) { in EmitArraySubscriptExpr()
2006 const VariableArrayType *getAsVariableArrayType(QualType T) const { in getAsVariableArrayType() function
1926 getASTContext().getAsVariableArrayType(ElementTy); in mangleArrayType()
7648 const VariableArrayType* LVAT = getAsVariableArrayType(LHS); in mergeTypes()7649 const VariableArrayType* RVAT = getAsVariableArrayType(RHS); in mergeTypes()
1219 if (Ctx.getAsVariableArrayType(EleTy)) { in getSizeInElements()
6421 const VariableArrayType *VAT = Context.getAsVariableArrayType(T); in CheckVariableDeclarationType()