Home | History | Annotate | Download | only in Core

Lines Matching refs:CompoundVal

521   /// Get bindings for the values in a struct and return a CompoundVal, used
1984 const nonloc::CompoundVal& CV = Init.castAs<nonloc::CompoundVal>();
1985 nonloc::CompoundVal::iterator VI = CV.begin(), VE = CV.end();
2025 // We may get non-CompoundVal accidentally due to imprecise cast logic or
2028 if (!V.getAs<nonloc::CompoundVal>()) {
2033 nonloc::CompoundVal CV = V.castAs<nonloc::CompoundVal>();
2034 nonloc::CompoundVal::iterator VI = CV.begin(), VE = CV.end();
2120 // We may get non-CompoundVal accidentally due to imprecise cast logic or
2123 if (V.isUnknown() || !V.getAs<nonloc::CompoundVal>())
2126 const nonloc::CompoundVal& CV = V.castAs<nonloc::CompoundVal>();
2127 nonloc::CompoundVal::iterator VI = CV.begin(), VE = CV.end();