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