reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
99 return getInfo(id).Name; 104 return getInfo(id).Kind; 109 return getInfo(id).GroupID; 114 return getInfo(id).HelpText; 120 return getInfo(id).MetaVar;lib/Option/OptTable.cpp
104 unsigned Kind = getInfo(i + 1).Kind; 107 TheInputOptionID = getInfo(i + 1).ID; 110 TheUnknownOptionID = getInfo(i + 1).ID; 122 Option::OptionClass Kind = (Option::OptionClass) getInfo(i + 1).Kind; 130 if (!(getInfo(i) < getInfo(i + 1))) { 130 if (!(getInfo(i) < getInfo(i + 1))) { 141 if (const char *const *P = getInfo(i).Prefixes) { 166 return Option(&getInfo(id), this); 554 unsigned Flags = getInfo(Id).Flags;