reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/Sema.h
 9156   ExprResult ActOnCoawaitExpr(Scope *S, SourceLocation KwLoc, Expr *E);

References

tools/clang/lib/Parse/ParseExpr.cpp
 1187       Res = Actions.ActOnCoawaitExpr(getCurScope(), CoawaitLoc, Res.get());
tools/clang/lib/Sema/SemaStmt.cpp
 2200       *BeginExpr = SemaRef.ActOnCoawaitExpr(SemaRef.getCurScope(), ColonLoc,
 2446         BeginExpr = ActOnCoawaitExpr(S, ColonLoc, BeginExpr.get());
 2639       IncrExpr = ActOnCoawaitExpr(S, CoawaitLoc, IncrExpr.get());