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.h94 DebugNoteByVar DebugNotesByVar; variable
136 DebugNotesByVar[VD].push_back(std::make_pair(Loc, Text)); in addDebugNoteForVar()
141 DebugNotesByVar.clear(); in clearDebugNotes()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2360 for (const DebugNote &Note: DebugNotesByVar[Variable]) in handleUnsafeVariableGroup()