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

Declarations

tools/clang/include/clang/AST/DeclObjC.h
 2724 raw_ostream &operator<<(raw_ostream &OS, const ObjCImplementationDecl &ID);

References

tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
  235     OS << "'" << *D << "' lacks a 'dealloc' instance method but "
tools/clang/lib/StaticAnalyzer/Checkers/ObjCMissingSuperCallChecker.cpp
  206            << *D << "' is missing a [super " << S.getAsString() << "] call";