Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp3382 const LocationContext *CurrentLC = N->getLocationContext(); in VisitNode() local
3396 if (ReleaseDestructorLC == CurrentLC || in VisitNode()
3397 ReleaseDestructorLC->isParentOf(CurrentLC)) { in VisitNode()
3451 CEMgr.getSimpleCall(CallE, state, CurrentLC, {nullptr, 0}); in VisitNode()
3472 for (const LocationContext *LC = CurrentLC; LC; LC = LC->getParent()) { in VisitNode()