Home
last modified time | relevance | path

Searched defs:CoyieldLoc (Results 1 – 2 of 2) 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/clang/lib/Sema/
DTreeTransform.h1322 ExprResult RebuildCoyieldExpr(SourceLocation CoyieldLoc, Expr *Result) { in RebuildCoyieldExpr()