Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5104 FullExprArg() : E(nullptr) { } FullExprArg() function
5105 FullExprArg(Sema &actions) : E(nullptr) { } FullExprArg() function
5122 explicit FullExprArg(Expr *expr) : E(expr) {} FullExprArg() function
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h484 typedef Sema::FullExprArg FullExprArg; global() typedef