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

Declarations

tools/clang/include/clang/AST/Type.h
 2093   bool isOpenCLSpecificType() const;            // Any OpenCL specific type

References

tools/clang/lib/AST/ItaniumMangle.cpp
 2394   if (Ty->isOpenCLSpecificType())
tools/clang/lib/CodeGen/CGOpenCLRuntime.cpp
   34   assert(T->isOpenCLSpecificType() &&
tools/clang/lib/Sema/SemaInit.cpp
 1409             ElemType->isOpenCLSpecificType()) && "Unexpected type");