Searched refs:ParentCtx (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DErrnoChecker.cpp72 ParentMapContext &ParentCtx = C.getASTContext().getParentMapContext(); local
75 const DynTypedNodeList Parents = ParentCtx.getParents(*S);
H A DArrayBoundCheckerV2.cpp468 ParentMapContext &ParentCtx = ACtx.getParentMapContext(); local
470 const DynTypedNodeList Parents = ParentCtx.getParents(*S);
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1427 const LocationContext *ParentCtx = CalleeCtx->getParent(); local
1428 const LocationContext *CallerCtx = ParentCtx->getStackFrame();

Completed in 118 milliseconds