Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h463 const LocationContext *CurrentLC = nullptr) const;
465 const LocationContext *CurrentLC = nullptr) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp2886 const LocationContext *CurrentLC = N->getLocationContext(); in VisitNode() local
2900 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()