Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DUnsafeBufferUsage.h163 virtual bool isSafeBufferOptOut(const SourceLocation &Loc) const = 0;
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1518 bool Preprocessor::isSafeBufferOptOut(const SourceManager &SourceMgr, in isSafeBufferOptOut() function in Preprocessor
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2613 bool isSafeBufferOptOut(const SourceLocation &Loc) const override { in isSafeBufferOptOut() function in __anon9476153b1311::UnsafeBufferUsageReporter
2614 return S.PP.isSafeBufferOptOut(S.getSourceManager(), Loc); in isSafeBufferOptOut()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h3060 bool isSafeBufferOptOut(const SourceManager&SourceMgr, const SourceLocation &Loc) const;
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp279 return !Handler->isSafeBufferOptOut(Node.getBeginLoc()); in notInSafeBufferOptOut()
2564 bool isSafeBufferOptOut(const SourceLocation &) const override { in findUnsafePointers() function in clang::findUnsafePointers::MockReporter