Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DVforkChecker.cpp165 const VarDecl *LhsDecl; in checkPostCall() local
166 std::tie(LhsDecl, std::ignore) = parseAssignment(P); in checkPostCall()
171 LhsDecl in checkPostCall()
172 ? M.getVarRegion(LhsDecl, C.getLocationContext()) in checkPostCall()