Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DCommandLine.cpp150 Option *CAOpt = nullptr; // The ConsumeAfter option if it exists. in GetOptionInfo() local
176 if (CAOpt) { in GetOptionInfo()
180 CAOpt = O; in GetOptionInfo()
184 if (CAOpt) in GetOptionInfo()
185 PositionalOpts.push_back(CAOpt); in GetOptionInfo()
1471 Option *CAOpt = nullptr; // The cl::ConsumeAfter option, if it exists... in operator =() local
1474 CAOpt = PositionalOpts[0]; in operator =()
1476 for (size_t i = CAOpt != nullptr, e = PositionalOpts.size(); i != e; ++i) { in operator =()
1483 if (CAOpt) outs() << " " << CAOpt->HelpStr; in operator =()