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

/external/clang/lib/Sema/
H A DSema.cpp135 void Sema::addImplicitTypedef(StringRef Name, QualType T) { function in class:Sema
199 addImplicitTypedef("size_t", Context.getSizeType());
204 addImplicitTypedef("image1d_t", Context.OCLImage1dTy);
205 addImplicitTypedef("image1d_array_t", Context.OCLImage1dArrayTy);
206 addImplicitTypedef("image1d_buffer_t", Context.OCLImage1dBufferTy);
207 addImplicitTypedef("image2d_t", Context.OCLImage2dTy);
208 addImplicitTypedef("image2d_array_t", Context.OCLImage2dArrayTy);
209 addImplicitTypedef("image3d_t", Context.OCLImage3dTy);
210 addImplicitTypedef("sampler_t", Context.OCLSamplerTy);
211 addImplicitTypedef("event_
[all...]

Completed in 62 milliseconds