Searched refs:ExecConfig (Results 1 – 7 of 7) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaCUDA.cpp | 24 MultiExprArg ExecConfig, in ActOnCUDAExecConfigExpr() argument 36 return ActOnCallExpr(S, ConfigDR, LLLLoc, ExecConfig, GGGLoc, nullptr, in ActOnCUDAExecConfigExpr()
|
| H A D | SemaOverload.cpp | 10732 Expr *ExecConfig, in FinishOverloadedCallExpr() argument 10750 ExecConfig); in FinishOverloadedCallExpr() 10789 ExecConfig); in FinishOverloadedCallExpr() 10808 Expr *ExecConfig, in BuildOverloadedCallExpr() argument 10823 RParenLoc, ExecConfig, &CandidateSet, in BuildOverloadedCallExpr()
|
| H A D | SemaExpr.cpp | 4567 Expr *ExecConfig, bool IsExecConfig) { in ActOnCallExpr() argument 4607 if (ExecConfig) { in ActOnCallExpr() 4609 Context, Fn, cast<CallExpr>(ExecConfig), ArgExprs, in ActOnCallExpr() 4643 RParenLoc, ExecConfig); in ActOnCallExpr() 4686 ExecConfig, IsExecConfig); in ActOnCallExpr()
|
| H A D | SemaExprCXX.cpp | 6139 Expr *ExecConfig = nullptr) { in RebuildCallExpr() argument 6141 RParenLoc, ExecConfig); in RebuildCallExpr()
|
| H A D | TreeTransform.h | 1837 Expr *ExecConfig = nullptr) { 1839 Args, RParenLoc, ExecConfig);
|
| /minix3/external/bsd/llvm/dist/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 1385 Expr *ExecConfig = nullptr; in ParsePostfixExpressionSuffix() local 1426 ExecConfig = ECResult.get(); in ParsePostfixExpressionSuffix() 1464 ExecConfig); in ParsePostfixExpressionSuffix()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 2431 Expr *ExecConfig, 3707 bool ExecConfig = false); 3717 Expr *ExecConfig = nullptr, 3727 MultiExprArg ExecConfig,
|