Home | History | Annotate | Download | only in Support

Lines Matching defs:addLiteralOption

94 // Forward declaration - AddLiteralOption needs to be up here to make gcc happy.
104 void AddLiteralOption(Option &O, StringRef Name);
617 O.getParser().addLiteralOption(Value.Name, Value.Value,
781 /// addLiteralOption - Add an entry to the mapping table.
784 void addLiteralOption(StringRef Name, const DT &V, StringRef HelpStr) {
788 AddLiteralOption(Owner, Name);