Searched defs:CoawaitLoc (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | StmtCXX.h | 140 SourceLocation CoawaitLoc; variable
|
| HD | ExprCXX.h | 4706 : 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/ |
| HD | SemaStmt.cpp | 2094 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()
|
| HD | TreeTransform.h | 1435 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/ |
| HD | ParseStmt.cpp | 1724 SourceLocation CoawaitLoc; in ParseForStatement() local
|
| HD | ParseExpr.cpp | 1345 SourceLocation CoawaitLoc = ConsumeToken(); in ParseCastExpression() local
|