Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7279 FullExprArg() : E(nullptr) {} in FullExprArg() function
7280 FullExprArg(Sema &actions) : E(nullptr) {} in FullExprArg() function
7293 explicit FullExprArg(Expr *expr) : E(expr) {} in FullExprArg() function
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h518 typedef Sema::FullExprArg FullExprArg; typedef