Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtCXX.h134 SourceLocation CoawaitLoc; variable
DExprCXX.h4208 CoawaitExpr(SourceLocation CoawaitLoc, Expr *Operand, Expr *Ready, in CoawaitExpr()
4212 CoawaitExpr(SourceLocation CoawaitLoc, QualType Ty, Expr *Operand) in CoawaitExpr()
/external/clang/lib/Parse/
DParseStmt.cpp1519 SourceLocation CoawaitLoc; in ParseForStatement() local
DParseExpr.cpp1071 SourceLocation CoawaitLoc = ConsumeToken(); in ParseCastExpression() local
/external/clang/lib/Sema/
DSemaStmt.cpp1962 SourceLocation CoawaitLoc, Stmt *First, in ActOnCXXForRangeStmt()
2116 SourceLocation CoawaitLoc, in RebuildForRangeWithDereference()
2167 Sema::BuildCXXForRangeStmt(SourceLocation ForLoc, SourceLocation CoawaitLoc, in BuildCXXForRangeStmt()
DTreeTransform.h1314 ExprResult RebuildCoawaitExpr(SourceLocation CoawaitLoc, Expr *Result) { in RebuildCoawaitExpr()
1895 SourceLocation CoawaitLoc, in RebuildCXXForRangeStmt()