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

References

tools/clang/lib/CodeGen/CGObjC.cpp
  716   StartObjCMethod(OMD, OMD->getClassInterface());
  716   StartObjCMethod(OMD, OMD->getClassInterface());
  717   PGO.assignRegionCounters(GlobalDecl(OMD), CurFn);
  718   assert(isa<CompoundStmt>(OMD->getBody()));
  719   incrementProfileCounter(OMD->getBody());
  720   EmitCompoundStmtWithoutScope(*cast<CompoundStmt>(OMD->getBody()));
  721   FinishFunction(OMD->getBodyRBrace());