Home
last modified time | relevance | path

Searched defs:CoawaitLoc (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h141 SourceLocation CoawaitLoc; variable
H A DExprCXX.h5199 : CoroutineSuspendExpr(CoawaitExprClass, CoawaitLoc, Operand, Common, in CoroutineSuspendExpr() argument
5206 : CoroutineSuspendExpr(CoawaitExprClass, CoawaitLoc, Ty, Operand, in CoroutineSuspendExpr() argument
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2335 Scope *S, SourceLocation ForLoc, SourceLocation CoawaitLoc, Stmt *InitStmt, in ActOnCXXForRangeStmt()
2424 SourceLocation ColonLoc, SourceLocation CoawaitLoc, in BuildNonArrayForRange()
2558 SourceLocation CoawaitLoc, in RebuildForRangeWithDereference()
2593 SourceLocation ForLoc, SourceLocation CoawaitLoc, Stmt *InitStmt, in BuildCXXForRangeStmt()
H A DTreeTransform.h1560 ExprResult RebuildCoawaitExpr(SourceLocation CoawaitLoc, Expr *Operand, in RebuildCoawaitExpr()
1588 ExprResult RebuildDependentCoawaitExpr(SourceLocation CoawaitLoc, in RebuildDependentCoawaitExpr()
2575 SourceLocation ForLoc, SourceLocation CoawaitLoc, Stmt *Init, in RebuildCXXForRangeStmt()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2008 SourceLocation CoawaitLoc; in ParseForStatement() local
H A DParseExpr.cpp1499 SourceLocation CoawaitLoc = ConsumeToken(); in ParseCastExpression() local