Searched refs:isSamplerT (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
H A DType.h1582 bool isSamplerT() const; // OpenCL sampler_t
5015 inline bool Type::isSamplerT() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
5030 return isSamplerT() || isEventT() || isImageType();
/external/clang/lib/Sema/
H A DSemaInit.cpp4501 if (!S.getLangOpts().OpenCL || !DestType->isSamplerT() ||
6320 assert(Step->Type->isSamplerT() &&
6326 if (!SourceType->isSamplerT())
H A DSemaDecl.cpp5292 if (R->isSamplerT() && (R.getAddressSpace() == LangAS::opencl_local ||
5979 && !T->isSamplerT()){

Completed in 1168 milliseconds