Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp1729 std::optional<SourceLocation> AddOpLocation = in getFixits() local
1734 if (!AddOpLocation || !DerefOpLocation) in getFixits()
1738 clang::CharSourceRange::getCharRange(*AddOpLocation, *DerefOpLocation); in getFixits()