Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp7330 Optional<APValue> MaybeDestValue = in handleLValueToRValueBitCast() local
7332 if (!MaybeDestValue) in handleLValueToRValueBitCast()
7335 DestValue = std::move(*MaybeDestValue); in handleLValueToRValueBitCast()