Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp7248 Optional<APValue> MaybeDestValue = in handleLValueToRValueBitCast() local
7250 if (!MaybeDestValue) in handleLValueToRValueBitCast()
7253 DestValue = std::move(*MaybeDestValue); in handleLValueToRValueBitCast()