Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp392 auto OCLCompatibleVersion = getLangOpts().getOpenCLCompatibleVersion(); in Initialize() local
393 if (OCLCompatibleVersion >= 200) { in Initialize()