Searched refs:getStoredStmts (Results 1 – 4 of 4) sorted by relevance
1043 Stmt **Stored = getStoredStmts(); in CapturedStmt()1058 getStoredStmts()[NumCaptures] = 0; in CapturedStmt()1104 return child_range(getStoredStmts(), getStoredStmts() + NumCaptures); in children()
898 Stmt **Stored = getStoredStmts(); in LambdaExpr()1012 if (!getStoredStmts()[NumCaptures]) in getBody()1013 getStoredStmts()[NumCaptures] = getCallOperator()->getBody(); in getBody()1015 return reinterpret_cast<CompoundStmt *>(getStoredStmts()[NumCaptures]); in getBody()
1473 getStoredStmts()[NumCaptures] = 0; in LambdaExpr()1476 Stmt **getStoredStmts() const { in getStoredStmts() function1483 return reinterpret_cast<unsigned *>(getStoredStmts() + NumCaptures + 1); in getArrayIndexStarts()1557 return reinterpret_cast<Expr **>(getStoredStmts()); in capture_init_begin()1623 return child_range(getStoredStmts(), getStoredStmts() + NumCaptures + 1); in children()
1986 Stmt **getStoredStmts() const { in getStoredStmts() function1992 void setCapturedStmt(Stmt *S) { getStoredStmts()[NumCaptures] = S; } in setCapturedStmt()2005 Stmt *getCapturedStmt() { return getStoredStmts()[NumCaptures]; } in getCapturedStmt()2066 return reinterpret_cast<Expr **>(getStoredStmts()); in capture_init_begin()