Add an overload of getLastArgNoClaim taking two OptSpecifiers.
[oota-llvm.git] / include / llvm / Option / ArgList.h
index d46b0e892faf9d65b813e8e7cb4e384b03b767b0..3f8547e7fe4183c92c28d23e6a3ecb0ae49eb4f9 100644 (file)
@@ -187,6 +187,7 @@ public:
   ///
   /// \p Claim Whether the argument should be claimed, if it exists.
   Arg *getLastArgNoClaim(OptSpecifier Id) const;
+  Arg *getLastArgNoClaim(OptSpecifier Id0, OptSpecifier Id1) const;
   Arg *getLastArg(OptSpecifier Id) const;
   Arg *getLastArg(OptSpecifier Id0, OptSpecifier Id1) const;
   Arg *getLastArg(OptSpecifier Id0, OptSpecifier Id1, OptSpecifier Id2) const;