Searched refs:CurrentLC (Results 1 – 1 of 1) sorted by relevance
3437 const LocationContext *CurrentLC = N->getLocationContext(); in VisitNode() local3446 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()