Searched defs:CoawaitLoc (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtCXX.h | 141 SourceLocation CoawaitLoc; variable
|
H A D | ExprCXX.h | 5199 : 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 D | SemaStmt.cpp | 2335 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 D | TreeTransform.h | 1560 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 D | ParseStmt.cpp | 2008 SourceLocation CoawaitLoc; in ParseForStatement() local
|
H A D | ParseExpr.cpp | 1499 SourceLocation CoawaitLoc = ConsumeToken(); in ParseCastExpression() local
|