Searched defs:getStoredStmts (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DExprCXX.h1371 getStoredStmts()[NumCaptures] = nullptr;
1374 Stmt **getStoredStmts() const { function in class:clang::LambdaExpr
1381 return reinterpret_cast<unsigned *>(getStoredStmts() + NumCaptures + 1);
1474 return reinterpret_cast<Expr **>(getStoredStmts());
1537 return child_range(getStoredStmts(), getStoredStmts() + NumCaptures + 1);
H A DStmt.h2049 Stmt **getStoredStmts() const { function in class:clang::CapturedStmt
2055 void setCapturedStmt(Stmt *S) { getStoredStmts()[NumCaptures] = S; }
2068 Stmt *getCapturedStmt() { return getStoredStmts()[NumCaptures]; }
2143 return reinterpret_cast<Expr **>(getStoredStmts());

Completed in 262 milliseconds