Searched refs:CurrentLC (Results 1 – 2 of 2) sorted by relevance
463 const LocationContext *CurrentLC = nullptr) const;465 const LocationContext *CurrentLC = nullptr) const;
2886 const LocationContext *CurrentLC = N->getLocationContext(); in VisitNode() local2900 if (ReleaseDestructorLC == CurrentLC || in VisitNode()2901 ReleaseDestructorLC->isParentOf(CurrentLC)) { in VisitNode()2954 CallEventRef<> Call = CEMgr.getSimpleCall(CallE, state, CurrentLC); in VisitNode()2973 for (const LocationContext *LC = CurrentLC; LC; LC = LC->getParent()) { in VisitNode()