Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaCoroutine.cpp393 Expr *JustAddress = AddressExpr.get(); in maybeTailCall() local
396 if (!JustAddress->getType().getTypePtr()->isVoidPointerType()) in maybeTailCall()
397 S.Diag(cast<CallExpr>(JustAddress)->getCalleeDecl()->getLocation(), in maybeTailCall()
399 << JustAddress->getType(); in maybeTailCall()
406 JustAddress = S.MaybeCreateExprWithCleanups(JustAddress); in maybeTailCall()
408 JustAddress); in maybeTailCall()