Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2160 unsigned MsgParam = 0; in handleUnsafeOperation() local
2164 MsgParam = 2; in handleUnsafeOperation()
2176 MsgParam = 1; in handleUnsafeOperation()
2184 MsgParam = 1; in handleUnsafeOperation()
2191 S.Diag(Loc, diag::note_unsafe_buffer_operation) << MsgParam << Range; in handleUnsafeOperation()
2193 S.Diag(Loc, diag::warn_unsafe_buffer_operation) << MsgParam << Range; in handleUnsafeOperation()