Searched defs:IsLValueCast (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaCast.cpp1758 bool IsLValueCast = false; local
1820 IsLValueCast = true;
1862 assert(!IsLValueCast);
1990 if (IsLValueCast) {

Completed in 493 milliseconds