Home
last modified time | relevance | path

Searched defs:OpenCLOptionInfo (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenCLOptions.h87 struct OpenCLOptionInfo { struct
106 OpenCLOptionInfo() = default; argument
107 OpenCLOptionInfo(bool Pragma, unsigned AvailV, unsigned CoreV, in OpenCLOptionInfo() function
111 bool isCore() const { return Core != 0U; } in isCore()
113 bool isOptionalCore() const { return Opt != 0U; } in isOptionalCore()
116 bool isAvailableIn(const LangOptions &LO) const { in isAvailableIn()
122 bool isCoreIn(const LangOptions &LO) const { in isCoreIn()
127 bool isOptionalCoreIn(const LangOptions &LO) const { in isOptionalCoreIn()