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

References

tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 3272       for (const LocationContext *LC = CurrentLC; LC; LC = LC->getParent()) {
 3272       for (const LocationContext *LC = CurrentLC; LC; LC = LC->getParent()) {
 3272       for (const LocationContext *LC = CurrentLC; LC; LC = LC->getParent()) {
 3273         if (const auto *DD = dyn_cast<CXXDestructorDecl>(LC->getDecl())) {
 3287             ReleaseDestructorLC = LC->getStackFrame();