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

References

tools/clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp
  346   Out << Sep << NL << *this << " :" << NL;
  349     Out << "  An init method has been called." << NL;
  353       Out << "  An argument of the current call came from the 'self' variable."
  357       Out << "  An argument of the current call came from an init method."
  362   Out << NL;
  365     Out << I->first << " : ";
  368       Out << "none";
  371       Out << "self variable";
  375         Out << " | ";
  376       Out << "result of init method";
  379     Out << NL;