Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCoroutine.cpp1265 ExprResult PDRefExpr = in collectPlacementArgs() local
1268 if (PDRefExpr.isInvalid()) in collectPlacementArgs()
1271 PlacementArgs.push_back(PDRefExpr.get()); in collectPlacementArgs()
1682 ExprResult PDRefExpr = in buildCoroutineParameterMoves() local
1685 if (PDRefExpr.isInvalid()) in buildCoroutineParameterMoves()
1691 CExpr = castForMoving(*this, PDRefExpr.get()); in buildCoroutineParameterMoves()
1693 CExpr = PDRefExpr.get(); in buildCoroutineParameterMoves()