reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
 2297   if (V.getAs<nonloc::LazyCompoundVal>() || V.getAs<nonloc::SymbolVal>())
 2297   if (V.getAs<nonloc::LazyCompoundVal>() || V.getAs<nonloc::SymbolVal>())
 2298     return bindAggregate(B, R, V);
 2303   if (!V.getAs<nonloc::CompoundVal>()) {
 2308   nonloc::CompoundVal CV = V.castAs<nonloc::CompoundVal>();