Searched defs:CoawaitLoc (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | StmtCXX.h | 140 SourceLocation CoawaitLoc; variable
|
H A D | ExprCXX.h | 4773 : CoroutineSuspendExpr(CoawaitExprClass, CoawaitLoc, Operand, Ready, in CoroutineSuspendExpr() argument 4780 : CoroutineSuspendExpr(CoawaitExprClass, CoawaitLoc, Ty, Operand) { in CoroutineSuspendExpr() argument
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 2436 SourceLocation CoawaitLoc, Stmt *InitStmt, in ActOnCXXForRangeStmt() 2523 SourceLocation ColonLoc, SourceLocation CoawaitLoc, in BuildNonArrayForRange() 2657 SourceLocation CoawaitLoc, in RebuildForRangeWithDereference() 2693 SourceLocation CoawaitLoc, Stmt *InitStmt, in BuildCXXForRangeStmt()
|
H A D | TreeTransform.h | 1468 ExprResult RebuildCoawaitExpr(SourceLocation CoawaitLoc, Expr *Result, in RebuildCoawaitExpr() 1477 ExprResult RebuildDependentCoawaitExpr(SourceLocation CoawaitLoc, in RebuildDependentCoawaitExpr() 2332 SourceLocation CoawaitLoc, Stmt *Init, in RebuildCXXForRangeStmt()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 1775 SourceLocation CoawaitLoc; in ParseForStatement() local
|
H A D | ParseExpr.cpp | 1392 SourceLocation CoawaitLoc = ConsumeToken(); in ParseCastExpression() local
|