Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DNSErrorChecker.cpp169 bool ShouldCheckNSError = false, ShouldCheckCFError = false; member in __anon83445f9e0411::NSOrCFErrorDerefChecker
238 if (ShouldCheckNSError && IsNSError(parmT, NSErrorII)) { in checkLocation()
333 checker->ShouldCheckNSError = true; in registerNSErrorChecker()