Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenCLOptions.h122 bool isCoreIn(const LangOptions &LO) const { in isCoreIn() function
191 return OpenCLOptionInfo(std::forward<Args>(args)...).isCoreIn(LO); in isOpenCLOptionCoreIn()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenCLOptions.cpp38 if (OptInfo.isCoreIn(LO) || OptInfo.isOptionalCoreIn(LO)) in isAvailableOption()
65 I->getValue().isCoreIn(LO); in isSupportedCore()