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

References

tools/clang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h
  880   SExpr *sfun() { return Sfun; }
  881   const SExpr *sfun() const { return Sfun; }
  883   SExpr *arg() { return Arg ? Arg : Sfun; }
  884   const SExpr *arg() const { return Arg ? Arg : Sfun; }
  890     auto Nf = Vs.traverse(Sfun, Vs.subExprCtx(Ctx));