Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp1994 std::optional<SourceLocation> LHSLocation = getPastLoc(LHS, SM, LangOpts); in getFixits() local
1995 if (!LHSLocation) in getFixits()
1999 clang::CharSourceRange::getCharRange(*LHSLocation, RHS->getBeginLoc()); in getFixits()