Searched defs:FullExprArg (Results 1 – 4 of 4) 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
4423 FullExprArg() : E(nullptr) { } in FullExprArg() function4424 FullExprArg(Sema &actions) : E(nullptr) { } in FullExprArg() function4441 explicit FullExprArg(Expr *expr) : E(expr) {} in FullExprArg() function
454 typedef Sema::FullExprArg FullExprArg; typedef