Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp2190 bool IsLValueCast = false; in TryReinterpretCast() local
2252 IsLValueCast = true; in TryReinterpretCast()
2293 assert(!IsLValueCast); in TryReinterpretCast()
2450 } else if (IsLValueCast) { in TryReinterpretCast()