Searched defs:CoawaitLoc (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/AST/ |
D | StmtCXX.h | 134 SourceLocation CoawaitLoc; variable
|
D | ExprCXX.h | 4160 CoawaitExpr(SourceLocation CoawaitLoc, Expr *Operand, Expr *Ready, in CoawaitExpr() 4164 CoawaitExpr(SourceLocation CoawaitLoc, QualType Ty, Expr *Operand) in CoawaitExpr()
|
/external/clang/lib/Parse/ |
D | ParseStmt.cpp | 1478 SourceLocation CoawaitLoc; in ParseForStatement() local
|
D | ParseExpr.cpp | 1048 SourceLocation CoawaitLoc = ConsumeToken(); in ParseCastExpression() local
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 1941 SourceLocation CoawaitLoc, Stmt *First, in ActOnCXXForRangeStmt() 2094 SourceLocation CoawaitLoc, in RebuildForRangeWithDereference() 2145 Sema::BuildCXXForRangeStmt(SourceLocation ForLoc, SourceLocation CoawaitLoc, in BuildCXXForRangeStmt()
|
D | TreeTransform.h | 1302 ExprResult RebuildCoawaitExpr(SourceLocation CoawaitLoc, Expr *Result) { in RebuildCoawaitExpr() 1822 SourceLocation CoawaitLoc, in RebuildCXXForRangeStmt()
|