Searched refs:LLLLoc (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp42 ExprResult Sema::ActOnCUDAExecConfigExpr(Scope *S, SourceLocation LLLLoc, argument
47 return ExprError(Diag(LLLLoc, diag::err_undeclared_var_use)
52 DeclRefExpr(Context, ConfigDecl, false, ConfigQTy, VK_LValue, LLLLoc);
53 MarkFunctionReferenced(LLLLoc, ConfigDecl);
55 return BuildCallExpr(S, ConfigDR, LLLLoc, ExecConfig, GGGLoc, nullptr,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5109 ExprResult ActOnCUDAExecConfigExpr(Scope *S, SourceLocation LLLLoc,

Completed in 107 milliseconds