Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenCLOptions.h81 bool areProgramScopeVariablesSupported(const LangOptions &Opts) const { in areProgramScopeVariablesSupported() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp6826 if (getOpenCLOptions().areProgramScopeVariablesSupported(getLangOpts()) && in deduceOpenCLAddressSpace()
8578 getOpenCLOptions().areProgramScopeVariablesSupported( in CheckVariableDeclarationType()
8581 if (getOpenCLOptions().areProgramScopeVariablesSupported(getLangOpts())) in CheckVariableDeclarationType()