Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1398 ExprResult PDRefExpr = in collectPlacementArgs() local
1401 if (PDRefExpr.isInvalid()) in collectPlacementArgs()
1404 PlacementArgs.push_back(PDRefExpr.get()); in collectPlacementArgs()
1976 ExprResult PDRefExpr = in buildCoroutineParameterMoves() local
1982 if (PDRefExpr.isInvalid()) in buildCoroutineParameterMoves()
1988 CExpr = castForMoving(*this, PDRefExpr.get()); in buildCoroutineParameterMoves()
1990 CExpr = PDRefExpr.get(); in buildCoroutineParameterMoves()