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

  /external/clang/lib/Sema/
Sema.cpp 136 void Sema::addImplicitTypedef(StringRef Name, QualType T) {
209 addImplicitTypedef("size_t", Context.getSizeType());
220 addImplicitTypedef("sampler_t", Context.OCLSamplerTy);
221 addImplicitTypedef("event_t", Context.OCLEventTy);
223 addImplicitTypedef("clk_event_t", Context.OCLClkEventTy);
224 addImplicitTypedef("queue_t", Context.OCLQueueTy);
225 addImplicitTypedef("ndrange_t", Context.OCLNDRangeTy);
226 addImplicitTypedef("reserve_id_t", Context.OCLReserveIDTy);
227 addImplicitTypedef("atomic_int", Context.getAtomicType(Context.IntTy));
228 addImplicitTypedef("atomic_uint"
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 81 milliseconds