Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
DVforkChecker.cpp166 const VarDecl *LhsDecl; in checkPostCall() local
167 std::tie(LhsDecl, std::ignore) = parseAssignment(P); in checkPostCall()
172 LhsDecl in checkPostCall()
173 ? M.getVarRegion(LhsDecl, C.getLocationContext()) in checkPostCall()