Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVforkChecker.cpp162 const VarDecl *LhsDecl; in checkPostCall() local
163 std::tie(LhsDecl, std::ignore) = parseAssignment(P); in checkPostCall()
168 LhsDecl in checkPostCall()
169 ? M.getVarRegion(LhsDecl, C.getLocationContext()) in checkPostCall()