Searched refs:getAsVariableArrayType (Results 1 – 10 of 10) sorted by relevance
91 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(VD->getType()); in checkPreStmt()
1446 const VariableArrayType *vla = getContext().getAsVariableArrayType(type); in getVLASize()1470 } while ((type = getContext().getAsVariableArrayType(elementType))); in getVLASize()
1699 = CGF.getContext().getAsVariableArrayType(type)) { in EmitScalarPrePostIncDec()1965 CGF.getContext().getAsVariableArrayType(TypeToSize)) { in VisitUnaryExprOrTypeTraitExpr()2422 = CGF.getContext().getAsVariableArrayType(elementType)) { in emitPointerArithmetic()2615 = CGF.getContext().getAsVariableArrayType(elementType)) { in EmitSub()
1826 getContext().getAsVariableArrayType(OTy)) { in EmitFunctionProlog()
2445 getContext().getAsVariableArrayType(E->getType())) { in EmitArraySubscriptExpr()
1904 const VariableArrayType *getAsVariableArrayType(QualType T) const { in getAsVariableArrayType() function
1801 getASTContext().getAsVariableArrayType(ElementTy); in mangleArrayType()
7296 const VariableArrayType* LVAT = getAsVariableArrayType(LHS); in mergeTypes()7297 const VariableArrayType* RVAT = getAsVariableArrayType(RHS); in mergeTypes()
1219 if (Ctx.getAsVariableArrayType(EleTy)) { in getSizeInElements()
6157 const VariableArrayType *VAT = Context.getAsVariableArrayType(T); in CheckVariableDeclarationType()