reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
9156 ExprResult ActOnCoawaitExpr(Scope *S, SourceLocation KwLoc, Expr *E);
1187 Res = Actions.ActOnCoawaitExpr(getCurScope(), CoawaitLoc, Res.get());
tools/clang/lib/Sema/SemaStmt.cpp2200 *BeginExpr = SemaRef.ActOnCoawaitExpr(SemaRef.getCurScope(), ColonLoc, 2446 BeginExpr = ActOnCoawaitExpr(S, ColonLoc, BeginExpr.get()); 2639 IncrExpr = ActOnCoawaitExpr(S, CoawaitLoc, IncrExpr.get());