Searched defs:isEventT (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DType.h1583 bool isEventT() const; // OpenCL event_t
5019 inline bool Type::isEventT() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
5030 return isSamplerT() || isEventT() || isImageType();

Completed in 187 milliseconds