Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCUDA.cpp23 ExprResult Sema::ActOnCUDAExecConfigExpr(Scope *S, SourceLocation LLLLoc, in ActOnCUDAExecConfigExpr() argument
28 return ExprError(Diag(LLLLoc, diag::err_undeclared_var_use) in ActOnCUDAExecConfigExpr()
33 DeclRefExpr(ConfigDecl, false, ConfigQTy, VK_LValue, LLLLoc); in ActOnCUDAExecConfigExpr()
34 MarkFunctionReferenced(LLLLoc, ConfigDecl); in ActOnCUDAExecConfigExpr()
36 return ActOnCallExpr(S, ConfigDR, LLLLoc, ExecConfig, GGGLoc, nullptr, in ActOnCUDAExecConfigExpr()
/external/clang/include/clang/Sema/
DSema.h3920 ExprResult ActOnCUDAExecConfigExpr(Scope *S, SourceLocation LLLLoc,