Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp3437 const LocationContext *CurrentLC = N->getLocationContext(); in VisitNode() local
3446 if (ReleaseDestructorLC && (ReleaseDestructorLC == CurrentLC || in VisitNode()
3447 ReleaseDestructorLC->isParentOf(CurrentLC))) { in VisitNode()
3517 CEMgr.getSimpleCall(CallE, state, CurrentLC, {nullptr, 0}); in VisitNode()
3538 for (const LocationContext *LC = CurrentLC; LC; LC = LC->getParent()) { in VisitNode()