Searched refs:getStoredStmts (Results 1 – 4 of 4) sorted by relevance
968 Stmt **Stored = getStoredStmts(); in LambdaExpr()1102 if (!getStoredStmts()[NumCaptures]) in getBody()1103 getStoredStmts()[NumCaptures] = getCallOperator()->getBody(); in getBody()1105 return reinterpret_cast<CompoundStmt *>(getStoredStmts()[NumCaptures]); in getBody()
1097 Stmt **Stored = getStoredStmts(); in CapturedStmt()1112 getStoredStmts()[NumCaptures] = nullptr; in CapturedStmt()1158 return child_range(getStoredStmts(), getStoredStmts() + NumCaptures); in children()
1402 getStoredStmts()[NumCaptures] = nullptr; in LambdaExpr()1405 Stmt **getStoredStmts() const { in getStoredStmts() function1412 return reinterpret_cast<unsigned *>(getStoredStmts() + NumCaptures + 1); in getArrayIndexStarts()1513 return reinterpret_cast<Expr **>(getStoredStmts()); in capture_init_begin()1576 return child_range(getStoredStmts(), getStoredStmts() + NumCaptures + 1); in children()
2079 Stmt **getStoredStmts() const { in getStoredStmts() function2085 void setCapturedStmt(Stmt *S) { getStoredStmts()[NumCaptures] = S; } in setCapturedStmt()2098 Stmt *getCapturedStmt() { return getStoredStmts()[NumCaptures]; } in getCapturedStmt()2173 return reinterpret_cast<Expr **>(getStoredStmts()); in capture_init_begin()