Home
last modified time | relevance | path

Searched refs:OCLSamplerTy (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def246 BUILTIN_TYPE(OCLSampler, OCLSamplerTy)
H A DASTContext.h1155 CanQualType OCLSamplerTy, OCLEventTy, OCLClkEventTy; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp390 addImplicitTypedef("sampler_t", Context.OCLSamplerTy); in Initialize()
H A DOpenCLBuiltins.td397 def Sampler : Type<"sampler_t", QualType<"Context.OCLSamplerTy">>;
H A DSemaInit.cpp8412 CurInit = S.ImpCastExprToType(Init, S.Context.OCLSamplerTy, in Perform()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7380 T = Context.OCLSamplerTy; in GetType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1376 InitBuiltinType(OCLSamplerTy, BuiltinType::OCLSampler); in InitBuiltinTypes()