Home
last modified time | relevance | path

Searched defs:FullExprArg (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Parse/
DParser.h265 typedef Sema::FullExprArg FullExprArg; typedef
/external/clang/include/clang/Sema/
DSema.h3223 FullExprArg(Sema &actions) : E(nullptr) { } in FullExprArg() function
3240 explicit FullExprArg(Expr *expr) : E(expr) {} in FullExprArg() function