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