Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
HDUnsafeBufferUsage.h147 virtual bool isSafeBufferOptOut(const SourceLocation &Loc) const = 0;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDAnalysisBasedWarnings.cpp2365 bool isSafeBufferOptOut(const SourceLocation &Loc) const override { in isSafeBufferOptOut() function in __anonc65276f41311::UnsafeBufferUsageReporter
2366 return S.PP.isSafeBufferOptOut(S.getSourceManager(), Loc); in isSafeBufferOptOut()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
HDPreprocessor.cpp1486 bool Preprocessor::isSafeBufferOptOut(const SourceManager &SourceMgr, in isSafeBufferOptOut() function in Preprocessor
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
HDPreprocessor.h2985 bool isSafeBufferOptOut(const SourceManager&SourceMgr, const SourceLocation &Loc) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
HDUnsafeBufferUsage.cpp242 return !Handler->isSafeBufferOptOut(Node.getBeginLoc()); in AST_MATCHER_P()