Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DBuiltinTypes.def243 BUILTIN_TYPE(OCLSampler, OCLSamplerTy)
H A DASTContext.h1039 CanQualType OCLSamplerTy, OCLEventTy, OCLClkEventTy; variable
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp302 addImplicitTypedef("sampler_t", Context.OCLSamplerTy); in Initialize()
H A DOpenCLBuiltins.td333 def Sampler : Type<"sampler_t", QualType<"Context.OCLSamplerTy">>;
H A DSemaInit.cpp8821 CurInit = S.ImpCastExprToType(Init, S.Context.OCLSamplerTy, in Perform()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1421 InitBuiltinType(OCLSamplerTy, BuiltinType::OCLSampler); in InitBuiltinTypes()
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp7012 T = Context.OCLSamplerTy; in GetType()