Home
last modified time | relevance | path

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

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