Home
last modified time | relevance | path

Searched refs:isSupportedCore (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/clang/lib/Basic/
H A DOpenCLOptions.cpp61 bool OpenCLOptions::isSupportedCore(llvm::StringRef Ext, in isSupportedCore() function in clang::OpenCLOptions
77 return isSupportedCore(Ext, LO) || isSupportedOptionalCore(Ext, LO); in isSupportedCoreOrOptionalCore()
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenCLOptions.h147 bool isSupportedCore(llvm::StringRef Ext, const LangOptions &LO) const;