Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DOpenCLOptions.h59 static inline bool isOpenCLVersionContainedInMask(const LangOptions &LO, in isOpenCLVersionContainedInMask() function
123 return isAvailableIn(LO) && isOpenCLVersionContainedInMask(LO, Core); in isCoreIn()
128 return isAvailableIn(LO) && isOpenCLVersionContainedInMask(LO, Opt); in isOptionalCoreIn()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp819 if (!isOpenCLVersionContainedInMask(Context.getLangOpts(), in InsertOCLBuiltinDeclarationsFromTable()