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

References

tools/clang/lib/StaticAnalyzer/Checkers/RunLoopAutoreleaseLeakChecker.cpp
  101   const auto *RLR = Match.getNodeAs<Stmt>(RunLoopRunBind);
  140                          Extra).bind(RunLoopRunBind);
  143       callExpr(callee(functionDecl(hasName("xpc_main")))).bind(RunLoopRunBind);
  149                                       equalsBoundNode(RunLoopRunBind))),