Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DExprConstant.cpp7237 Optional<APValue> MaybeDestValue = in handleLValueToRValueBitCast() local
7239 if (!MaybeDestValue) in handleLValueToRValueBitCast()
7242 DestValue = std::move(*MaybeDestValue); in handleLValueToRValueBitCast()