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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h873 SApply(SExpr *Sf, SExpr *A = nullptr) : SExpr(COP_SApply), Sfun(Sf), Arg(A) {}
875 : SExpr(A), Sfun(Sf), Arg(Ar) {}
877 SExpr *sfun() { return Sfun; }
878 const SExpr *sfun() const { return Sfun; }
880 SExpr *arg() { return Arg ? Arg : Sfun; }
881 const SExpr *arg() const { return Arg ? Arg : Sfun; }
887 auto Nf = Vs.traverse(Sfun, Vs.subExprCtx(Ctx));
902 SExpr* Sfun; member in class:clang::threadSafety::SApply

Completed in 37 milliseconds