reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/StaticAnalyzer/Checkers/NSErrorChecker.cpp
   31 static bool IsNSError(QualType T, IdentifierInfo *II);

References

tools/clang/lib/StaticAnalyzer/Checkers/NSErrorChecker.cpp
   64     if (IsNSError(I->getType(), II)) {
  227   if (ShouldCheckNSError && IsNSError(parmT, NSErrorII)) {