Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp3381 const LocationContext *CurrentLC = N->getLocationContext(); in VisitNode() local
3395 if (ReleaseDestructorLC == CurrentLC || in VisitNode()
3396 ReleaseDestructorLC->isParentOf(CurrentLC)) { in VisitNode()
3449 CallEventRef<> Call = CEMgr.getSimpleCall(CallE, state, CurrentLC); in VisitNode()
3470 for (const LocationContext *LC = CurrentLC; LC; LC = LC->getParent()) { in VisitNode()