Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DUnsafeBufferUsage.h107 bool IsRelatedToDecl, ASTContext &Ctx) = 0;
111 bool IsRelatedToDecl,
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp520 bool IsRelatedToDecl,
582 bool IsRelatedToDecl, in handleUnsafeOperation() argument
584 Handler.handleUnsafeOperation(Op, IsRelatedToDecl, Ctx); in handleUnsafeOperation()
622 bool IsRelatedToDecl, in handleUnsafeOperation() argument
624 Handler.handleUnsafeOperation(Op, IsRelatedToDecl, Ctx); in handleUnsafeOperation()
668 bool IsRelatedToDecl, in handleUnsafeOperation() argument
670 Handler.handleUnsafeOperation(ASE, IsRelatedToDecl, Ctx); in handleUnsafeOperation()
721 bool IsRelatedToDecl, in handleUnsafeOperation() argument
723 Handler.handleUnsafeOperation(PA, IsRelatedToDecl, Ctx); in handleUnsafeOperation()
764 bool IsRelatedToDecl, in handleUnsafeOperation() argument
[all …]
/freebsd/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()
2296 bool IsRelatedToDecl, in handleUnsafeOperationInContainer() argument
2308 if (IsRelatedToDecl) { in handleUnsafeOperationInContainer()