Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmtCXX.h140 SourceLocation CoawaitLoc; variable
HDExprCXX.h4706 : CoroutineSuspendExpr(CoawaitExprClass, CoawaitLoc, Operand, Ready, in CoroutineSuspendExpr() argument
4713 : CoroutineSuspendExpr(CoawaitExprClass, CoawaitLoc, Ty, Operand) { in CoroutineSuspendExpr() argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaStmt.cpp2094 SourceLocation CoawaitLoc, Stmt *InitStmt, in ActOnCXXForRangeStmt()
2171 SourceLocation ColonLoc, SourceLocation CoawaitLoc, in BuildNonArrayForRange()
2305 SourceLocation CoawaitLoc, in RebuildForRangeWithDereference()
2357 SourceLocation CoawaitLoc, Stmt *InitStmt, in BuildCXXForRangeStmt()
HDTreeTransform.h1435 ExprResult RebuildCoawaitExpr(SourceLocation CoawaitLoc, Expr *Result, in RebuildCoawaitExpr()
1444 ExprResult RebuildDependentCoawaitExpr(SourceLocation CoawaitLoc, in RebuildDependentCoawaitExpr()
2114 SourceLocation CoawaitLoc, Stmt *Init, in RebuildCXXForRangeStmt()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
HDParseStmt.cpp1724 SourceLocation CoawaitLoc; in ParseForStatement() local
HDParseExpr.cpp1345 SourceLocation CoawaitLoc = ConsumeToken(); in ParseCastExpression() local