Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DOpenCLOptions.h81 bool areProgramScopeVariablesSupported(const LangOptions &Opts) const { in areProgramScopeVariablesSupported() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp6884 if (getOpenCLOptions().areProgramScopeVariablesSupported(getLangOpts()) && in deduceOpenCLAddressSpace()
8528 getOpenCLOptions().areProgramScopeVariablesSupported( in CheckVariableDeclarationType()
8531 if (getOpenCLOptions().areProgramScopeVariablesSupported(getLangOpts())) in CheckVariableDeclarationType()