Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExprCXX.cpp968 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()
HDStmt.cpp1097 Stmt **Stored = getStoredStmts(); in CapturedStmt()
1112 getStoredStmts()[NumCaptures] = nullptr; in CapturedStmt()
1158 return child_range(getStoredStmts(), getStoredStmts() + NumCaptures); in children()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDExprCXX.h1402 getStoredStmts()[NumCaptures] = nullptr; in LambdaExpr()
1405 Stmt **getStoredStmts() const { in getStoredStmts() function
1412 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()
HDStmt.h2079 Stmt **getStoredStmts() const { in getStoredStmts() function
2085 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()