reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaDecl.cpp
 8383   switch (getOpenCLKernelParameterType(S, PT)) {
 8388     S.Diag(Param->getLocation(), diag::err_opencl_ptrptr_kernel_param);
 8397     S.Diag(Param->getLocation(), diag::err_kernel_arg_address_space);
 8414       S.Diag(Param->getLocation(), diag::err_bad_kernel_param_type) << PT;
 8422           S.Diag(Loc, diag::note_entity_declared_at) << PT;
 8495       OpenCLParamType ParamType = getOpenCLKernelParameterType(S, QT);
 8510         S.Diag(Param->getLocation(),
 8515         S.Diag(Param->getLocation(), diag::err_bad_kernel_param_type) << PT;
 8518       S.Diag(OrigRecDecl->getLocation(), diag::note_within_field_of_type)
 8528         S.Diag(OuterField->getLocation(), diag::note_within_field_of_type)
 8532       S.Diag(FD->getLocation(), diag::note_illegal_field_declared_here)