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

References

tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
 2190     if (T->isAnyPointerType() || T->isReferenceType())
 2190     if (T->isAnyPointerType() || T->isReferenceType())
 2191       T = T->getPointeeType();
 2191       T = T->getPointeeType();
 2193     R = GetElementZeroRegion(SR, T);