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

Declarations

tools/clang/include/clang/AST/Type.h
 2077   bool isImageType() const;                     // Any OpenCL image type

References

tools/clang/include/clang/AST/Type.h
 6609   return isSamplerT() || isEventT() || isImageType() || isClkEventT() ||
tools/clang/lib/CodeGen/CodeGenModule.cpp
 1341         if (ty->isImageType() || isPipe)
 1377         if (ty->isImageType()) {
 1399       if (ty->isImageType() || ty->isPipeType()) {
tools/clang/lib/Sema/SemaDecl.cpp
 6504     if (R->isImageType() || R->isPipeType()) {
 8344   if (PT->isImageType())
16022     if (T->isEventT() || T->isImageType() || T->isSamplerT() ||
tools/clang/lib/Sema/SemaDeclAttr.cpp
 6301             << AL << PDecl->getType() << DeclTy->isImageType();
tools/clang/lib/Sema/SemaExpr.cpp
12850     if (LHSTy->isImageType() || RHSTy->isImageType() ||
12850     if (LHSTy->isImageType() || RHSTy->isImageType() ||
13466         (Ty->isImageType() || Ty->isSamplerT() || Ty->isPipeType()
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() ||
 7314   if (!(CurType->isImageType() || CurType->isPipeType())) {