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

References

tools/clang/include/clang/Analysis/AnalysisDeclContext.h
  327   bool inTopFrame() const override { return getParent() == nullptr;  }
tools/clang/lib/Analysis/AnalysisDeclContext.cpp
  364   Profile(ID, getAnalysisDeclContext(), getParent(), CallSite, Block,
  369   Profile(ID, getAnalysisDeclContext(), getParent(), Enter);
  373   Profile(ID, getAnalysisDeclContext(), getParent(), BD, ContextData);
  447     LC = LC->getParent();
  458     const LocationContext *Parent = LC->getParent();
  487   for (const LocationContext *LCtx = this; LCtx; LCtx = LCtx->getParent()) {
  530   for (const LocationContext *LCtx = this; LCtx; LCtx = LCtx->getParent()) {
  567     if (LCtx->getParent())
tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
 1001     LCtx = LCtx->getParent();
tools/clang/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp
  161   if (LC->getStackFrame()->getParent() != nullptr)
  190   if (LC->getStackFrame()->getParent() == nullptr)
tools/clang/lib/StaticAnalyzer/Checkers/MIGChecker.cpp
  153     LC = SFC->getParent();
tools/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp
  420       C.getLocationContext()->getParent() == nullptr)
tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 3272       for (const LocationContext *LC = CurrentLC; LC; LC = LC->getParent()) {
tools/clang/lib/StaticAnalyzer/Checkers/MoveChecker.cpp
  543   } while ((LC = LC->getParent()));
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
 1397   if (LCtx->getParent())
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
  356   const StackFrameContext *PC = SC->getParent()->getStackFrame();
tools/clang/lib/StaticAnalyzer/Checkers/TraversalChecker.cpp
   84   for (const LocationContext *LC = C.getLocationContext()->getParent();
   85        LC != nullptr; LC = LC->getParent())
  101   for (const LocationContext *LC = C.getLocationContext()->getParent();
  102        LC != nullptr; LC = LC->getParent())
tools/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObjectChecker.cpp
  481   while ((LC = LC->getParent())) {
tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
  641         SCtx = SCtx->getParent()->getStackFrame();
 2717            LCtx = LCtx->getParent()) {
tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
 1382   const LocationContext *ParentCtx = CalleeCtx->getParent();
tools/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp
  591     if (I->getLocationContext()->getParent()) {
tools/clang/lib/StaticAnalyzer/Core/Environment.cpp
  223         for (const LocationContext *LCI = LC; LCI; LCI = LCI->getParent())
tools/clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp
  312   const LocationContext *ParentLC = LC->getParent();
  316     ParentLC = LC->getParent();
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
  295       if (SFC->getParent() == nullptr) {
  525     LC = LC->getParent();
  713     LC = LC->getParent();
 1848   const StackFrameContext *CallerSF = CalleeSF->getParent()->getStackFrame();
 2281     const LocationContext *ToLC = FromLC->getStackFrame()->getParent();
 2296       LC = LC->getParent();
 2314                                        Pred->getStackFrame()->getParent()));
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
  190       if (const LocationContext *CallerLCtx = SFC->getParent()) {
  202           CallerLCtx = CallerLCtx->getParent();
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
  210     calleeCtx->getParent()->getStackFrame();
  267       state = addObjectUnderConstruction(state, CNE, calleeCtx->getParent(),
  335                                         calleeCtx->getParent()),
  401         LCtx = LCtx->getParent();
  410     LCtx = LCtx->getParent();
  540                  ->getStackFrame()->getParent()
tools/clang/lib/StaticAnalyzer/Core/MemRegion.cpp
  840     LC = LC->getParent();
 1112     LC = LC->getParent();