Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseDecl.cpp3551 const int OpenCLVer = getLangOpts().OpenCLVersion; in ParseDeclarationSpecifiers() local
3552 std::string VerSpec = llvm::to_string(OpenCLVer / 100) + in ParseDeclarationSpecifiers()
3554 llvm::to_string((OpenCLVer % 100) / 10); in ParseDeclarationSpecifiers()