reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
345 if (S.getLangOpts().OpenCL && S.getLangOpts().OpenCLVersion < 220) { 345 if (S.getLangOpts().OpenCL && S.getLangOpts().OpenCLVersion < 220) { 347 S.Diag(OpLoc, diag::ext_opencl_ext_vector_type_rgba_selector) 349 << S.getLangOpts().OpenCLVersion << SourceRange(CompLoc); 364 S.Diag(OpLoc, diag::err_ext_vector_component_name_illegal) 379 S.Diag(OpLoc, diag::err_ext_vector_component_exceeds_length) 388 if (S.getLangOpts().OpenCL && !HalvingSwizzle) { 395 S.Diag(OpLoc, diag::err_opencl_ext_vector_component_invalid_length) 416 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize); 420 I = S.ExtVectorDecls.begin(S.getExternalSource()), 420 I = S.ExtVectorDecls.begin(S.getExternalSource()), 421 E = S.ExtVectorDecls.end(); 424 return S.Context.getTypedefType(*I);