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

Declarations

tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h
  341   void processNonLeakError(ProgramStateRef St, SourceRange ErrorRange,

References

tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
  241           processNonLeakError(state, Child->getSourceRange(), hasErr, sym, C);
  674     processNonLeakError(state, ErrorRange, hasErr, ErrorSym, C);