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

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h1583 bool isSamplerT() const; // OpenCL sampler_t
4986 inline bool Type::isSamplerT() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
5001 return isSamplerT() || isEventT() || isImageType();
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp4382 if (!S.getLangOpts().OpenCL || !DestType->isSamplerT() ||
6198 assert(Step->Type->isSamplerT() &&
6204 if (!SourceType->isSamplerT())
H A DSemaDecl.cpp5010 if (R->isSamplerT() && (R.getAddressSpace() == LangAS::opencl_local ||
5735 && !T->isSamplerT()){

Completed in 125 milliseconds