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 | 4208 CoawaitExpr(SourceLocation CoawaitLoc, Expr *Operand, Expr *Ready, in CoawaitExpr() 4212 CoawaitExpr(SourceLocation CoawaitLoc, QualType Ty, Expr *Operand) in CoawaitExpr()
|
/external/clang/lib/Parse/ |
D | ParseStmt.cpp | 1519 SourceLocation CoawaitLoc; in ParseForStatement() local
|
D | ParseExpr.cpp | 1071 SourceLocation CoawaitLoc = ConsumeToken(); in ParseCastExpression() local
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 1962 SourceLocation CoawaitLoc, Stmt *First, in ActOnCXXForRangeStmt() 2116 SourceLocation CoawaitLoc, in RebuildForRangeWithDereference() 2167 Sema::BuildCXXForRangeStmt(SourceLocation ForLoc, SourceLocation CoawaitLoc, in BuildCXXForRangeStmt()
|
D | TreeTransform.h | 1314 ExprResult RebuildCoawaitExpr(SourceLocation CoawaitLoc, Expr *Result) { in RebuildCoawaitExpr() 1895 SourceLocation CoawaitLoc, in RebuildCXXForRangeStmt()
|