Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DOpenCLOptions.h81 bool areProgramScopeVariablesSupported(const LangOptions &Opts) const { in areProgramScopeVariablesSupported() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp6805 if (getOpenCLOptions().areProgramScopeVariablesSupported(getLangOpts()) && in deduceOpenCLAddressSpace()
8403 getOpenCLOptions().areProgramScopeVariablesSupported( in CheckVariableDeclarationType()
8406 if (getOpenCLOptions().areProgramScopeVariablesSupported(getLangOpts())) in CheckVariableDeclarationType()