Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprCXX.cpp873 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()
/external/clang/include/clang/AST/
DExprCXX.h1287 getStoredStmts()[NumCaptures] = 0; in LambdaExpr()
1290 Stmt **getStoredStmts() const { in getStoredStmts() function
1297 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()