HomeSort by relevance Sort by last modified time
    Searched refs:addImplicitTypedef (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Sema/
Sema.cpp 135 void Sema::addImplicitTypedef(StringRef Name, QualType T) {
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_t", Context.OCLEventTy)
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 75 milliseconds