Home
last modified time | relevance | path

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

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