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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h140 SourceLocation CoawaitLoc; member in class:clang::CXXForRangeStmt
H A DExprCXX.h4703 CoawaitExpr(SourceLocation CoawaitLoc, Expr *Operand, Expr *Ready, argument
4711 CoawaitExpr(SourceLocation CoawaitLoc, QualType Ty, Expr *Operand, argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp1345 SourceLocation CoawaitLoc = ConsumeToken(); local
H A DParseStmt.cpp1724 SourceLocation CoawaitLoc; local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2093 ActOnCXXForRangeStmt(Scope *S, SourceLocation ForLoc, SourceLocation CoawaitLoc, Stmt *InitStmt, Stmt *First, SourceLocation ColonLoc, Expr *Range, SourceLocation RParenLoc, BuildForRangeKind Kind) argument
2169 BuildNonArrayForRange(Sema &SemaRef, Expr *BeginRange, Expr *EndRange, QualType RangeType, VarDecl *BeginVar, VarDecl *EndVar, SourceLocation ColonLoc, SourceLocation CoawaitLoc, OverloadCandidateSet *CandidateSet, ExprResult *BeginExpr, ExprResult *EndExpr, BeginEndFunction *BEF) argument
2303 RebuildForRangeWithDereference(Sema &SemaRef, Scope *S, SourceLocation ForLoc, SourceLocation CoawaitLoc, Stmt *InitStmt, Stmt *LoopVarDecl, SourceLocation ColonLoc, Expr *Range, SourceLocation RangeLoc, SourceLocation RParenLoc) argument
2356 BuildCXXForRangeStmt(SourceLocation ForLoc, SourceLocation CoawaitLoc, Stmt *InitStmt, SourceLocation ColonLoc, Stmt *RangeDecl, Stmt *Begin, Stmt *End, Expr *Cond, Expr *Inc, Stmt *LoopVarDecl, SourceLocation RParenLoc, BuildForRangeKind Kind) argument
[all...]
H A DTreeTransform.h1435 ExprResult RebuildCoawaitExpr(SourceLocation CoawaitLoc, Expr *Result, argument
1444 ExprResult RebuildDependentCoawaitExpr(SourceLocation CoawaitLoc, argument
2113 RebuildCXXForRangeStmt(SourceLocation ForLoc, SourceLocation CoawaitLoc, Stmt *Init, SourceLocation ColonLoc, Stmt *Range, Stmt *Begin, Stmt *End, Expr *Cond, Expr *Inc, Stmt *LoopVar, SourceLocation RParenLoc) argument

Completed in 197 milliseconds