Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1398 const LocationContext *ParentCtx = CalleeCtx->getParent(); in getCaller() local
1399 const LocationContext *CallerCtx = ParentCtx->getStackFrame(); in getCaller()