Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtCXX.h140 SourceLocation CoawaitLoc; variable
H A DExprCXX.h4773 : 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 DSemaStmt.cpp2436 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 DTreeTransform.h1468 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 DParseStmt.cpp1775 SourceLocation CoawaitLoc; in ParseForStatement() local
H A DParseExpr.cpp1392 SourceLocation CoawaitLoc = ConsumeToken(); in ParseCastExpression() local