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

/external/clang/lib/Sema/
H A DSemaExpr.cpp4591 Sema::ActOnCUDAExecConfigExpr(Scope *S, SourceLocation LLLLoc, argument
4595 return ExprError(Diag(LLLLoc, diag::err_undeclared_var_use)
4600 ConfigDecl, false, ConfigQTy, VK_LValue, LLLLoc);
4601 MarkFunctionReferenced(LLLLoc, ConfigDecl);
4603 return ActOnCallExpr(S, ConfigDR, LLLLoc, ExecConfig, GGGLoc, nullptr,

Completed in 124 milliseconds