Home
last modified time | relevance | path

Searched refs:ReportLC (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1451 const LocationContext *ReportLC = BR.getErrorNode()->getLocationContext(); in VisitNode() local
1452 if (CurLC != ReportLC && !CurLC->isParentOf(ReportLC)) { in VisitNode()