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

References

tools/clang/lib/StaticAnalyzer/Core/MemRegion.cpp
 1106   const auto *D = dyn_cast<CXXMethodDecl>(LC->getDecl());
 1110   while (!LC->inTopFrame() && (!D || D->isStatic() ||
 1112     LC = LC->getParent();
 1112     LC = LC->getParent();
 1113     D = dyn_cast<CXXMethodDecl>(LC->getDecl());
 1115   const StackFrameContext *STC = LC->getStackFrame();