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