Home
last modified time | relevance | path

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

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