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