Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp3390 const LocationContext *CurrentLC = N->getLocationContext(); in VisitNode() local
3404 if (ReleaseDestructorLC == CurrentLC || in VisitNode()
3405 ReleaseDestructorLC->isParentOf(CurrentLC)) { in VisitNode()
3458 CallEventRef<> Call = CEMgr.getSimpleCall(CallE, state, CurrentLC); in VisitNode()
3479 for (const LocationContext *LC = CurrentLC; LC; LC = LC->getParent()) { in VisitNode()