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

Declarations

tools/clang/include/clang/Analysis/AnalysisDeclContext.h
  249   bool isParentOf(const LocationContext *LC) const;

References

tools/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp
  464         NContext->isParentOf(LeakContext))
tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 2546         NContext->isParentOf(LeakContext))
 3200             ReleaseDestructorLC->isParentOf(CurrentLC)) {
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
  671     if (NContext == LeakContext || NContext->isParentOf(LeakContext))
tools/clang/lib/StaticAnalyzer/Checkers/ValistChecker.cpp
  240     if (NContext == LeakContext || NContext->isParentOf(LeakContext))
tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
  222   if (!B->getErrorNode()->getStackFrame()->isParentOf(N->getStackFrame()))
 1460       !OriginSFC->isParentOf(StoreSite->getStackFrame()))
 1650     if (CurLC != ReportLC && !CurLC->isParentOf(ReportLC)) {
tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
 2566         (RegCtx == CurrentLCtx || RegCtx->isParentOf(CurrentLCtx)))
tools/clang/lib/StaticAnalyzer/Core/SymbolManager.cpp
  518     if (LCtx->isParentOf(ELCtx))
  569   return VarContext->isParentOf(CurrentContext);