Home
last modified time | relevance | path

Searched refs:getStoredStmts (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/AST/
DStmt.cpp1043 Stmt **Stored = getStoredStmts(); in CapturedStmt()
1058 getStoredStmts()[NumCaptures] = 0; in CapturedStmt()
1104 return child_range(getStoredStmts(), getStoredStmts() + NumCaptures); in children()
DExprCXX.cpp898 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()
/external/clang/include/clang/AST/
DExprCXX.h1473 getStoredStmts()[NumCaptures] = 0; in LambdaExpr()
1476 Stmt **getStoredStmts() const { in getStoredStmts() function
1483 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()
DStmt.h1986 Stmt **getStoredStmts() const { in getStoredStmts() function
1992 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()