Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DLangOptions.cpp79 std::string LangOptions::getOpenCLVersionString() const { in getOpenCLVersionString() function in LangOptions
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h658 std::string getOpenCLVersionString() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenCL.cpp29 << AL << getLangOpts().getOpenCLVersionString(); in handleNoSVMAttr()
H A DSemaDecl.cpp7819 << getLangOpts().getOpenCLVersionString() in ActOnVariableDeclarator()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp669 << LangOpts.getOpenCLVersionString() in FixupInvocation()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp4836 Diag(Loc, DiagID) << getLangOpts().getOpenCLVersionString() << PrevSpec in ParseDeclarationSpecifiers()