Home
last modified time | relevance | path

Searched defs:CoyieldLoc (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DExprCXX.h4231 CoyieldExpr(SourceLocation CoyieldLoc, Expr *Operand, Expr *Ready, in CoyieldExpr()
4235 CoyieldExpr(SourceLocation CoyieldLoc, QualType Ty, Expr *Operand) in CoyieldExpr()
/external/llvm-project/clang/include/clang/AST/
DExprCXX.h4843 CoyieldExpr(SourceLocation CoyieldLoc, Expr *Operand, Expr *Ready, in CoyieldExpr()
4847 CoyieldExpr(SourceLocation CoyieldLoc, QualType Ty, Expr *Operand) in CoyieldExpr()
/external/clang/lib/Sema/
DTreeTransform.h1322 ExprResult RebuildCoyieldExpr(SourceLocation CoyieldLoc, Expr *Result) { in RebuildCoyieldExpr()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h1486 ExprResult RebuildCoyieldExpr(SourceLocation CoyieldLoc, Expr *Result) { in RebuildCoyieldExpr()