Searched refs:OpenCLVer (Results 1 – 1 of 1) sorted by relevance
3551 const int OpenCLVer = getLangOpts().OpenCLVersion; in ParseDeclarationSpecifiers() local3552 std::string VerSpec = llvm::to_string(OpenCLVer / 100) + in ParseDeclarationSpecifiers()3554 llvm::to_string((OpenCLVer % 100) / 10); in ParseDeclarationSpecifiers()