Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/
H A DLangOptions.cpp71 std::string LangOptions::getOpenCLVersionString() const { in getOpenCLVersionString() function in LangOptions
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.h541 std::string getOpenCLVersionString() const;
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp543 << LangOpts.getOpenCLVersionString() in FixupInvocation()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp4299 Diag(Loc, DiagID) << getLangOpts().getOpenCLVersionString() << PrevSpec in ParseDeclarationSpecifiers()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp7928 << AL << S.LangOpts.getOpenCLVersionString(); in handleOpenCLNoSVMAttr()
H A DSemaDecl.cpp7707 << getLangOpts().getOpenCLVersionString() in ActOnVariableDeclarator()