Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1664 bool IsPrefixed = (Ext[0] == '+' || Ext[0] == '-'); in setCommandLineOpenCLOpts() local
1665 std::string Name = IsPrefixed ? Ext.substr(1) : Ext; in setCommandLineOpenCLOpts()
1666 bool V = IsPrefixed ? Ext[0] == '+' : true; in setCommandLineOpenCLOpts()