/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaCUDA.h | 50 MultiExprArg ExecConfig,
|
H A D | SemaOpenMP.h | 125 SourceLocation RParenLoc, Expr *ExecConfig);
|
H A D | Sema.h | 6954 bool ExecConfig = false); 6973 Expr *ExecConfig = nullptr); 6980 Expr *ExecConfig = nullptr, 10514 MultiExprArg Args, SourceLocation RParenLoc, Expr *ExecConfig, 10603 SourceLocation RParenLoc, Expr *ExecConfig = nullptr,
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCUDA.cpp | 55 MultiExprArg ExecConfig, in ActOnExecConfigExpr() argument 67 return SemaRef.BuildCallExpr(S, ConfigDR, LLLLoc, ExecConfig, GGGLoc, nullptr, in ActOnExecConfigExpr()
|
H A D | SemaExpr.cpp | 6371 Expr *ExecConfig) { in ActOnCallExpr() argument 6373 BuildCallExpr(Scope, Fn, LParenLoc, ArgExprs, RParenLoc, ExecConfig, in ActOnCallExpr() 6391 ExecConfig); in ActOnCallExpr() 6409 Expr *ExecConfig, bool IsExecConfig, in BuildCallExpr() argument 6442 if (ExecConfig) { in BuildCallExpr() 6444 cast<CallExpr>(ExecConfig), ArgExprs, in BuildCallExpr() 6471 RParenLoc, ExecConfig, IsExecConfig, in BuildCallExpr() 6488 Scope, Fn, ULE, LParenLoc, ArgExprs, RParenLoc, ExecConfig, in BuildCallExpr() 6491 RParenLoc, ExecConfig, IsExecConfig, in BuildCallExpr() 6605 ExecConfig, IsExecConfig); in BuildCallExpr()
|
H A D | SemaOverload.cpp | 13920 Expr *ExecConfig, in FinishOverloadedCallExpr() argument 13936 Res.get(), FDecl, LParenLoc, Args, RParenLoc, ExecConfig, in FinishOverloadedCallExpr() 14010 Res.get(), FDecl, LParenLoc, Args, RParenLoc, ExecConfig, in FinishOverloadedCallExpr() 14038 Expr *ExecConfig, in BuildOverloadedCallExpr() argument 14077 ExecConfig, &CandidateSet, &Best, in BuildOverloadedCallExpr() 15215 Expr *ExecConfig, bool IsExecConfig, in BuildCallToMemberFunction() argument 15431 ExecConfig, IsExecConfig); in BuildCallToMemberFunction()
|
H A D | SemaExprCXX.cpp | 8950 Expr *ExecConfig = nullptr) { in RebuildCallExpr() argument 8952 RParenLoc, ExecConfig); in RebuildCallExpr()
|
H A D | TreeTransform.h | 2836 Expr *ExecConfig = nullptr) { 2838 /*Scope=*/nullptr, Callee, LParenLoc, Args, RParenLoc, ExecConfig);
|
H A D | SemaOpenMP.cpp | 7187 Expr *ExecConfig) { in ActOnOpenMPCall() argument 7273 RParenLoc, ExecConfig); in ActOnOpenMPCall()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 2148 Expr *ExecConfig = nullptr; in ParsePostfixExpressionSuffix() local 2186 ExecConfig = ECResult.get(); in ParsePostfixExpressionSuffix() 2244 ExecConfig); in ParsePostfixExpressionSuffix()
|