Home
last modified time | relevance | path

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

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