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

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

Completed in 160 milliseconds