reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/Type.h
 2079   bool isSamplerT() const;                      // OpenCL sampler_t

References

tools/clang/include/clang/AST/Type.h
 6609   return isSamplerT() || isEventT() || isImageType() || isClkEventT() ||
tools/clang/lib/CodeGen/CGDecl.cpp
  175     if (D.getType()->isSamplerT())
tools/clang/lib/CodeGen/CodeGenModule.cpp
 3862   if (getLangOpts().OpenCL && ASTTy->isSamplerT())
tools/clang/lib/Sema/SemaDecl.cpp
 6545     if (R->isSamplerT()) {
 7607       if (!T->isSamplerT() &&
16022     if (T->isEventT() || T->isImageType() || T->isSamplerT() ||
tools/clang/lib/Sema/SemaExpr.cpp
 8461   if (LHSType->isSamplerT() && RHSType->isIntegerType()) {
12851         LHSTy->isSamplerT() || RHSTy->isSamplerT() ||
12851         LHSTy->isSamplerT() || RHSTy->isSamplerT() ||
13466         (Ty->isImageType() || Ty->isSamplerT() || Ty->isPipeType()
tools/clang/lib/Sema/SemaInit.cpp
 5473   if (!S.getLangOpts().OpenCL || !DestType->isSamplerT() ||
 5475       !Initializer->getType()->isSamplerT()))
 8483       assert(Step->Type->isSamplerT() &&
 8489         if (!SourceType->isSamplerT() && !SourceType->isIntegerType()) {
tools/clang/lib/Sema/SemaOverload.cpp
 1883   } else if (ToType->isSamplerT() &&
tools/clang/lib/Sema/SemaType.cpp
 2340         ArrType->isSamplerT() || ArrType->isImageType()) {
 4439         if (T->isImageType() || T->isSamplerT() || T->isPipeType() ||
 4639         if (T->isBlockPointerType() || T->isImageType() || T->isSamplerT() ||
 7455       (D.getContext() == DeclaratorContext::FileContext && T->isSamplerT()))