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.cpp3143 std::optional<SourceLocation> PreIncLocation = in getFixits() local
3145 if (!PreIncLocation) in getFixits()
3149 SourceRange(Node->getBeginLoc(), *PreIncLocation), SS.str())); in getFixits()