Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DUnsafeBufferUsage.h69 bool IsRelatedToDecl, ASTContext &Ctx) = 0;
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2229 void handleUnsafeOperation(const Stmt *Operation, bool IsRelatedToDecl, in handleUnsafeOperation() argument
2262 assert(!IsRelatedToDecl && "Not implemented yet!"); in handleUnsafeOperation()
2283 if (IsRelatedToDecl) { in handleUnsafeOperation()