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

References

tools/clang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h
  883   SExpr *arg() { return Arg ? Arg : Sfun; }
  883   SExpr *arg() { return Arg ? Arg : Sfun; }
  884   const SExpr *arg() const { return Arg ? Arg : Sfun; }
  884   const SExpr *arg() const { return Arg ? Arg : Sfun; }
  886   bool isDelegation() const { return Arg != nullptr; }
  891     typename V::R_SExpr Na = Arg ? Vs.traverse(Arg, Vs.subExprCtx(Ctx))
  891     typename V::R_SExpr Na = Arg ? Vs.traverse(Arg, Vs.subExprCtx(Ctx))