Searched defs:FullExprArg (Results 1 – 2 of 2) sorted by relevance
265 typedef Sema::FullExprArg FullExprArg; typedef
3223 FullExprArg(Sema &actions) : E(nullptr) { } in FullExprArg() function3240 explicit FullExprArg(Expr *expr) : E(expr) {} in FullExprArg() function