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

Declarations

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

References

tools/clang/lib/StaticAnalyzer/Checkers/NSErrorChecker.cpp
  111     if (IsCFError(I->getType(), II)) {
  232   if (ShouldCheckCFError && IsCFError(parmT, CFErrorII)) {