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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp215 void Sema::addImplicitTypedef(StringRef Name, QualType T) { function in class:Sema
288 addImplicitTypedef("size_t", Context.getSizeType());
297 addImplicitTypedef("sampler_t", Context.OCLSamplerTy);
298 addImplicitTypedef("event_t", Context.OCLEventTy);
300 addImplicitTypedef("clk_event_t", Context.OCLClkEventTy);
301 addImplicitTypedef("queue_t", Context.OCLQueueTy);
302 addImplicitTypedef("reserve_id_t", Context.OCLReserveIDTy);
303 addImplicitTypedef("atomic_int", Context.getAtomicType(Context.IntTy));
304 addImplicitTypedef("atomic_uint",
307 addImplicitTypedef("atomic_lon
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1416 void addImplicitTypedef(StringRef Name, QualType T);

Completed in 138 milliseconds