Home
last modified time | relevance | path

Searched refs:isSafeBufferOptOut (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DUnsafeBufferUsage.h102 virtual bool isSafeBufferOptOut(const SourceLocation &Loc) const = 0;
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2333 bool isSafeBufferOptOut(const SourceLocation &Loc) const override { in isSafeBufferOptOut() function in __anon1607c2311311::UnsafeBufferUsageReporter
2334 return S.PP.isSafeBufferOptOut(S.getSourceManager(), Loc); in isSafeBufferOptOut()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1477 bool Preprocessor::isSafeBufferOptOut(const SourceManager &SourceMgr, in isSafeBufferOptOut() function in Preprocessor
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2884 bool isSafeBufferOptOut(const SourceManager&SourceMgr, const SourceLocation &Loc) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp232 return !Handler->isSafeBufferOptOut(Node.getBeginLoc()); in AST_MATCHER_P()