OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Id2
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Option/
ArgList.h
46
OptSpecifier Id0, Id1,
Id2
;
59
OptSpecifier
Id2
= 0U)
60
: Current(it), Args(Args), Id0(Id0), Id1(Id1),
Id2
(
Id2
) {
155
OptSpecifier
Id2
= 0U) const {
156
return arg_iterator(Args.begin(), *this, Id0, Id1,
Id2
);
164
OptSpecifier
Id2
= 0U) const {
165
return make_range(filtered_begin(Id0, Id1,
Id2
), filtered_end());
191
bool hasArg(OptSpecifier Id0, OptSpecifier Id1, OptSpecifier
Id2
) const {
192
return getLastArg(Id0, Id1,
Id2
) != nullptr
[
all
...]
/external/llvm/lib/Option/
ArgList.cpp
32
(
Id2
.isValid() && O.matches(
Id2
)))
65
OptSpecifier
Id2
) const {
69
(*it)->getOption().matches(
Id2
))
75
OptSpecifier
Id2
, OptSpecifier Id3) const {
79
(*it)->getOption().matches(
Id2
) || (*it)->getOption().matches(Id3))
111
OptSpecifier
Id2
) const {
116
(*it)->getOption().matches(
Id2
)) {
126
OptSpecifier
Id2
, OptSpecifier Id3) const {
131
(*it)->getOption().matches(
Id2
) ||
[
all
...]
Completed in 51 milliseconds