Searched refs:Sfun (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h874 SApply(SExpr *Sf, SExpr *A = nullptr) : SExpr(COP_SApply), Sfun(Sf), Arg(A) {}
876 : SExpr(A), Sfun(Sf), Arg(Ar) {}
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));
905 SExpr* Sfun; member in class:clang::threadSafety::SApply

Completed in 436 milliseconds