Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DUnsafeBufferUsage.h56 DebugNoteByVar DebugNotesByVar; variable
91 DebugNotesByVar[VD].push_back(std::make_pair(Loc, Text)); in addDebugNoteForVar()
96 DebugNotesByVar.clear(); in clearDebugNotes()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2328 for (const DebugNote &Note: DebugNotesByVar[Variable]) in handleUnsafeVariableGroup()