Searched refs:addDebugNoteForVar (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | UnsafeBufferUsage.h | 133 void addDebugNoteForVar(const VarDecl *VD, SourceLocation Loc, in addDebugNoteForVar() function
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | UnsafeBufferUsage.cpp | 2290 Handler.addDebugNoteForVar((D), (D)->getBeginLoc(), \ 2918 Handler.addDebugNoteForVar( in getFixIts() 3120 Handler.addDebugNoteForVar(it->first, it->first->getBeginLoc(), in checkUnsafeBufferUsage() 3128 Handler.addDebugNoteForVar(it->first, it->first->getBeginLoc(), in checkUnsafeBufferUsage() 3138 Handler.addDebugNoteForVar(it->first, it->first->getBeginLoc(), in checkUnsafeBufferUsage() 3160 Handler.addDebugNoteForVar( in checkUnsafeBufferUsage()
|