Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DBuiltinTypes.def161 BUILTIN_TYPE(OCLSampler, OCLSamplerTy)
DASTContext.h917 CanQualType OCLSamplerTy, OCLEventTy, OCLClkEventTy; variable
/external/llvm-project/clang/include/clang/AST/
DBuiltinTypes.def243 BUILTIN_TYPE(OCLSampler, OCLSamplerTy)
DASTContext.h999 CanQualType OCLSamplerTy, OCLEventTy, OCLClkEventTy; variable
/external/clang/lib/Sema/
DSema.cpp220 addImplicitTypedef("sampler_t", Context.OCLSamplerTy); in Initialize()
/external/llvm-project/clang/lib/Sema/
DSema.cpp300 addImplicitTypedef("sampler_t", Context.OCLSamplerTy); in Initialize()
DOpenCLBuiltins.td290 def Sampler : Type<"sampler_t", QualType<"OCLSamplerTy">>;
DSemaInit.cpp8740 CurInit = S.ImpCastExprToType(Init, S.Context.OCLSamplerTy, in Perform()
/external/clang/lib/AST/
DASTContext.cpp1100 InitBuiltinType(OCLSamplerTy, BuiltinType::OCLSampler); in InitBuiltinTypes()
/external/clang/lib/Serialization/
DASTReader.cpp6082 T = Context.OCLSamplerTy; in GetType()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp1409 InitBuiltinType(OCLSamplerTy, BuiltinType::OCLSampler); in InitBuiltinTypes()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp6985 T = Context.OCLSamplerTy; in GetType()