Home
last modified time | relevance | path

Searched refs:ExecConfig (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCUDA.cpp51 MultiExprArg ExecConfig, in ActOnCUDAExecConfigExpr() argument
63 return BuildCallExpr(S, ConfigDR, LLLLoc, ExecConfig, GGGLoc, nullptr, in ActOnCUDAExecConfigExpr()
H A DSemaOverload.cpp13394 Expr *ExecConfig, in FinishOverloadedCallExpr() argument
13407 ExecConfig, /*IsExecConfig=*/false, in FinishOverloadedCallExpr()
13465 ExecConfig, /*IsExecConfig=*/false, in FinishOverloadedCallExpr()
13499 Expr *ExecConfig, in BuildOverloadedCallExpr() argument
13520 ExecConfig, &CandidateSet, &Best, in BuildOverloadedCallExpr()
14568 Expr *ExecConfig, bool IsExecConfig, in BuildCallToMemberFunction() argument
14765 ExecConfig, IsExecConfig); in BuildCallToMemberFunction()
H A DSemaExpr.cpp6848 Expr *ExecConfig) { in ActOnCallExpr() argument
6850 BuildCallExpr(Scope, Fn, LParenLoc, ArgExprs, RParenLoc, ExecConfig, in ActOnCallExpr()
6869 ExecConfig); in ActOnCallExpr()
6883 Expr *ExecConfig, bool IsExecConfig, in BuildCallExpr() argument
6916 if (ExecConfig) { in BuildCallExpr()
6918 cast<CallExpr>(ExecConfig), ArgExprs, in BuildCallExpr()
6945 RParenLoc, ExecConfig, IsExecConfig, in BuildCallExpr()
6962 Scope, Fn, ULE, LParenLoc, ArgExprs, RParenLoc, ExecConfig, in BuildCallExpr()
6965 RParenLoc, ExecConfig, IsExecConfig, in BuildCallExpr()
7083 ExecConfig, IsExecConfig); in BuildCallExpr()
H A DSemaExprCXX.cpp8666 Expr *ExecConfig = nullptr) { in RebuildCallExpr() argument
8668 RParenLoc, ExecConfig); in RebuildCallExpr()
H A DTreeTransform.h2743 Expr *ExecConfig = nullptr) {
2745 /*Scope=*/nullptr, Callee, LParenLoc, Args, RParenLoc, ExecConfig);
H A DSemaOpenMP.cpp7250 SourceLocation RParenLoc, Expr *ExecConfig) { in ActOnOpenMPCall() argument
7335 ExecConfig); in ActOnOpenMPCall()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseExpr.cpp2024 Expr *ExecConfig = nullptr; in ParsePostfixExpressionSuffix() local
2064 ExecConfig = ECResult.get(); in ParsePostfixExpressionSuffix()
2121 ExecConfig); in ParsePostfixExpressionSuffix()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h4184 Expr *ExecConfig,
4228 Expr *ExecConfig = nullptr,
5843 bool ExecConfig = false);
5853 Expr *ExecConfig = nullptr);
5856 Expr *ExecConfig = nullptr,
5874 MultiExprArg ExecConfig,
11048 SourceLocation RParenLoc, Expr *ExecConfig);