Searched refs:getStoredStmts (Results 1 – 2 of 2) sorted by relevance
873 Stmt **Stored = getStoredStmts(); in LambdaExpr()987 if (!getStoredStmts()[NumCaptures]) in getBody()988 getStoredStmts()[NumCaptures] = getCallOperator()->getBody(); in getBody()990 return reinterpret_cast<CompoundStmt *>(getStoredStmts()[NumCaptures]); in getBody()
1287 getStoredStmts()[NumCaptures] = 0; in LambdaExpr()1290 Stmt **getStoredStmts() const { in getStoredStmts() function1297 return reinterpret_cast<unsigned *>(getStoredStmts() + NumCaptures + 1); in getArrayIndexStarts()1371 return reinterpret_cast<Expr **>(getStoredStmts()); in capture_init_begin()1425 return child_range(getStoredStmts(), getStoredStmts() + NumCaptures + 1); in children()