Home
last modified time | relevance | path

Searched refs:PDRefExpr (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCoroutine.cpp1293 ExprResult PDRefExpr = in collectPlacementArgs() local
1296 if (PDRefExpr.isInvalid()) in collectPlacementArgs()
1299 PlacementArgs.push_back(PDRefExpr.get()); in collectPlacementArgs()
1809 ExprResult PDRefExpr = in buildCoroutineParameterMoves() local
1812 if (PDRefExpr.isInvalid()) in buildCoroutineParameterMoves()
1818 CExpr = castForMoving(*this, PDRefExpr.get()); in buildCoroutineParameterMoves()
1820 CExpr = PDRefExpr.get(); in buildCoroutineParameterMoves()