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

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

Completed in 70 milliseconds