Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h1490 bool IsPrefixed = (Ext[0] == '+' || Ext[0] == '-'); in setCommandLineOpenCLOpts() local
1491 std::string Name = IsPrefixed ? Ext.substr(1) : Ext; in setCommandLineOpenCLOpts()
1492 bool V = IsPrefixed ? Ext[0] == '+' : true; in setCommandLineOpenCLOpts()