Searched refs:Id3 (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Option/ |
D | ArgList.cpp | 77 OptSpecifier Id2, OptSpecifier Id3) const { in getLastArgNoClaim() 81 (*it)->getOption().matches(Id2) || (*it)->getOption().matches(Id3)) in getLastArgNoClaim() 128 OptSpecifier Id2, OptSpecifier Id3) const { in getLastArg() 134 (*it)->getOption().matches(Id3)) { in getLastArg() 144 OptSpecifier Id2, OptSpecifier Id3, in getLastArg() argument 151 (*it)->getOption().matches(Id3) || in getLastArg() 162 OptSpecifier Id2, OptSpecifier Id3, in getLastArg() argument 169 (*it)->getOption().matches(Id3) || in getLastArg() 181 OptSpecifier Id2, OptSpecifier Id3, in getLastArg() argument 189 (*it)->getOption().matches(Id3) || in getLastArg() [all …]
|
/external/llvm/include/llvm/Option/ |
D | ArgList.h | 196 OptSpecifier Id3) const; 201 OptSpecifier Id3) const; 203 OptSpecifier Id3, OptSpecifier Id4) const; 205 OptSpecifier Id3, OptSpecifier Id4, OptSpecifier Id5) const; 207 OptSpecifier Id3, OptSpecifier Id4, OptSpecifier Id5, 210 OptSpecifier Id3, OptSpecifier Id4, OptSpecifier Id5,
|