Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang/Sema/
H A DSema.h3304 FullExprArg() : E(nullptr) { } in FullExprArg() function
3305 FullExprArg(Sema &actions) : E(nullptr) { } in FullExprArg() function
3322 explicit FullExprArg(Expr *expr) : E(expr) {} in FullExprArg() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/
DSema.h5822 FullExprArg() : E(nullptr) {} in FullExprArg() function
5823 FullExprArg(Sema &actions) : E(nullptr) {} in FullExprArg() function
5836 explicit FullExprArg(Expr *expr) : E(expr) {} in FullExprArg() function
/aosp_15_r20/external/clang/include/clang/Parse/
H A DParser.h271 typedef Sema::FullExprArg FullExprArg; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/
DSema.h5066 FullExprArg() : E(nullptr) { } in FullExprArg() function
5067 FullExprArg(Sema &actions) : E(nullptr) { } in FullExprArg() function
5084 explicit FullExprArg(Expr *expr) : E(expr) {} in FullExprArg() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/
DSema.h6038 FullExprArg() : E(nullptr) {} in FullExprArg() function
6039 FullExprArg(Sema &actions) : E(nullptr) {} in FullExprArg() function
6052 explicit FullExprArg(Expr *expr) : E(expr) {} in FullExprArg() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/
DSema.h6038 FullExprArg() : E(nullptr) {} in FullExprArg() function
6039 FullExprArg(Sema &actions) : E(nullptr) {} in FullExprArg() function
6052 explicit FullExprArg(Expr *expr) : E(expr) {} in FullExprArg() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Parse/
DParser.h484 typedef Sema::FullExprArg FullExprArg; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Parse/
DParser.h484 typedef Sema::FullExprArg FullExprArg; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Parse/
DParser.h463 typedef Sema::FullExprArg FullExprArg; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Parse/
DParser.h510 typedef Sema::FullExprArg FullExprArg; typedef