Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp2182 std::optional<SourceLocation> PreIncLocation = in getFixits() local
2184 if (!PreIncLocation) in getFixits()
2188 SourceRange(Node->getBeginLoc(), *PreIncLocation), SS.str())); in getFixits()