Searched defs:Apply (Results 1 – 3 of 3) sorted by relevance
836 Apply(SExpr *F, SExpr *A) : SExpr(COP_Apply), Fun(F), Arg(A) {} in Apply() function837 Apply(const Apply &A, SExpr *F, SExpr *Ar) // rewrite constructor in Apply() function
3949 QualType Apply(TypeLoc TL) { in Apply() function in __anonb9ab2ea30111::SubstituteAutoTransform
252 constexpr int Apply(int (*F)(int), int n) { return F(n); } // expected-note {{subexpression}} in Apply() function