Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Basic/
H A DOpenCLOptions.h81 bool areProgramScopeVariablesSupported(const LangOptions &Opts) const { in areProgramScopeVariablesSupported() function
/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp6881 if (getOpenCLOptions().areProgramScopeVariablesSupported(getLangOpts()) && in checkAttributesAfterMerging()
8713 getOpenCLOptions().areProgramScopeVariablesSupported( in CheckVariableDeclarationType()
8716 if (getOpenCLOptions().areProgramScopeVariablesSupported(getLangOpts())) in CheckVariableDeclarationType()