Searched defs:Body (Results 51 - 57 of 57) sorted by relevance

123

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2135 void setBody(Stmt *Body) { argument
2307 void setBody(Stmt *Body) { argument
2376 DoStmt(Stmt *Body, Expr *Cond, SourceLocation DL, SourceLocation WL, argument
2396 void setBody(Stmt *Body) { SubExprs[BODY] = Body; } argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp8726 Stmt *Body = nullptr; local
H A DSemaChecking.cpp14329 const Stmt *Body; local
14272 ShouldDiagnoseEmptyStmtBody(const SourceManager &SourceMgr, SourceLocation StmtLoc, const NullStmt *Body) argument
14303 DiagnoseEmptyStmtBody(SourceLocation StmtLoc, const Stmt *Body, unsigned DiagID) argument
H A DSemaDecl.cpp13798 void Sema::computeNRVO(Stmt *Body, FunctionScopeInfo *Scope) { argument
13909 Decl *Sema::ActOnFinishFunctionBody(Decl *dcl, Stmt *Body, argument
[all...]
H A DTreeTransform.h1256 StmtResult RebuildCaseStmtBody(Stmt *S, Stmt *Body) { argument
1333 StmtResult RebuildDoStmt(SourceLocation DoLoc, Stmt *Body, argument
1315 RebuildSwitchStmtBody(SourceLocation SwitchLoc, Stmt *Switch, Stmt *Body) argument
1324 RebuildWhileStmt(SourceLocation WhileLoc, Sema::ConditionResult Cond, Stmt *Body) argument
1344 RebuildForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, Stmt *Init, Sema::ConditionResult Cond, Sema::FullExprArg Inc, SourceLocation RParenLoc, Stmt *Body) argument
1490 RebuildObjCAtCatchStmt(SourceLocation AtLoc, SourceLocation RParenLoc, VarDecl *Var, Stmt *Body) argument
1502 RebuildObjCAtFinallyStmt(SourceLocation AtLoc, Stmt *Body) argument
2040 RebuildObjCAtSynchronizedStmt(SourceLocation AtLoc, Expr *Object, Stmt *Body) argument
2049 RebuildObjCAutoreleasePoolStmt(SourceLocation AtLoc, Stmt *Body) argument
2058 RebuildObjCForCollectionStmt(SourceLocation ForLoc, Stmt *Element, Expr *Collection, SourceLocation RParenLoc, Stmt *Body) argument
2166 FinishCXXForRangeStmt(Stmt *ForRange, Stmt *Body) argument
3092 RebuildRequiresExpr(SourceLocation RequiresKWLoc, RequiresExprBodyDecl *Body, ArrayRef<ParmVarDecl *> LocalParameters, ArrayRef<concepts::Requirement *> Requirements, SourceLocation ClosingBraceLoc) argument
7040 StmtResult Body = getDerived().TransformStmt(S->getBody()); local
7548 StmtResult Body = getDerived().TransformStmt(S->getCatchBody()); local
7561 StmtResult Body = getDerived().TransformStmt(S->getFinallyBody()); local
7627 StmtResult Body = getDerived().TransformStmt(S->getSubStmt()); local
7791 StmtResult Body = getDerived().TransformStmt(S->getBody()); local
8011 StmtResult Body; local
11296 RequiresExprBodyDecl *Body = RequiresExprBodyDecl::Create( local
11300 Sema::ContextRAII SavedContext(getSema(), Body, /*NewThisContext*/false); local
11976 StmtResult Body = local
13686 StmtResult Body; local
[all...]
H A DSemaExpr.cpp15184 StmtResult TransformLambdaBody(LambdaExpr *E, Stmt *Body) { argument
14370 ActOnBlockStmtExpr(SourceLocation CaretLoc, Stmt *Body, Scope *CurScope) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6598 const auto *Body = local
8698 const auto *Body = local
6532 getSingleCompoundChild(ASTContext &Ctx, const Stmt *Body) argument

Completed in 448 milliseconds

123