Searched refs:getAsVariableArrayType (Results 1 – 10 of 10) sorted by relevance
91 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(VD->getType()); in checkPreStmt()
1462 const VariableArrayType *vla = getContext().getAsVariableArrayType(type); in getVLASize()1486 } while ((type = getContext().getAsVariableArrayType(elementType))); in getVLASize()
1738 = CGF.getContext().getAsVariableArrayType(type)) { in EmitScalarPrePostIncDec()2015 CGF.getContext().getAsVariableArrayType(TypeToSize)) { in VisitUnaryExprOrTypeTraitExpr()2471 = CGF.getContext().getAsVariableArrayType(elementType)) { in emitPointerArithmetic()2664 = CGF.getContext().getAsVariableArrayType(elementType)) { in EmitSub()
1868 getContext().getAsVariableArrayType(OTy)) { in EmitFunctionProlog()
2471 getContext().getAsVariableArrayType(E->getType())) { in EmitArraySubscriptExpr()
1906 const VariableArrayType *getAsVariableArrayType(QualType T) const { in getAsVariableArrayType() function
1219 if (Ctx.getAsVariableArrayType(EleTy)) { in getSizeInElements()
1876 getASTContext().getAsVariableArrayType(ElementTy); in mangleArrayType()
7331 const VariableArrayType* LVAT = getAsVariableArrayType(LHS); in mergeTypes()7332 const VariableArrayType* RVAT = getAsVariableArrayType(RHS); in mergeTypes()
6280 const VariableArrayType *VAT = Context.getAsVariableArrayType(T); in CheckVariableDeclarationType()