Searched refs:ExecConfig (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaCUDA.cpp | 41 MultiExprArg ExecConfig, in ActOnCUDAExecConfigExpr() argument 54 return ActOnCallExpr(S, ConfigDR, LLLLoc, ExecConfig, GGGLoc, nullptr, in ActOnCUDAExecConfigExpr()
|
| H A D | SemaOverload.cpp | 12057 Expr *ExecConfig, in FinishOverloadedCallExpr() argument 12075 ExecConfig, /*IsExecConfig=*/false, in FinishOverloadedCallExpr() 12128 ExecConfig, /*IsExecConfig=*/false, in FinishOverloadedCallExpr() 12159 Expr *ExecConfig, in BuildOverloadedCallExpr() argument 12180 RParenLoc, ExecConfig, &CandidateSet, in BuildOverloadedCallExpr()
|
| H A D | SemaExpr.cpp | 5409 Expr *ExecConfig, bool IsExecConfig) { in ActOnCallExpr() argument 5441 if (ExecConfig) { in ActOnCallExpr() 5443 Context, Fn, cast<CallExpr>(ExecConfig), ArgExprs, in ActOnCallExpr() 5485 Scope, Fn, ULE, LParenLoc, ArgExprs, RParenLoc, ExecConfig, in ActOnCallExpr() 5541 ExecConfig, IsExecConfig); in ActOnCallExpr()
|
| H A D | SemaExprCXX.cpp | 7660 Expr *ExecConfig = nullptr) { in RebuildCallExpr() argument 7662 RParenLoc, ExecConfig); in RebuildCallExpr()
|
| H A D | TreeTransform.h | 2234 Expr *ExecConfig = nullptr) { 2236 Args, RParenLoc, ExecConfig);
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 1602 Expr *ExecConfig = nullptr; in ParsePostfixExpressionSuffix() local 1643 ExecConfig = ECResult.get(); in ParsePostfixExpressionSuffix() 1712 ExecConfig); in ParsePostfixExpressionSuffix()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 2971 Expr *ExecConfig, 4385 bool ExecConfig = false); 4395 Expr *ExecConfig = nullptr, 4404 MultiExprArg ExecConfig,
|