Searched refs:addOccurrence (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h384 // addOccurrence - Wrapper around handleOccurrence that enforces Flags.
386 virtual bool addOccurrence(unsigned pos, StringRef ArgName, StringRef Value,
1861 bool addOccurrence(unsigned pos, StringRef /*ArgName*/, StringRef Value,
1863 return AliasFor->addOccurrence(pos, AliasFor->ArgStr, Value, MultiArg);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp623 /// CommaSeparateAndAddOccurrence - A wrapper around Handler->addOccurrence()
636 if (Handler->addOccurrence(pos, ArgName, Val.substr(0, Pos), MultiArg))
647 return Handler->addOccurrence(pos, ArgName, Value, MultiArg);
1542 (*I)->addOccurrence(i, "", StringRef(argv[i]));
1694 bool Option::addOccurrence(unsigned pos, StringRef ArgName, StringRef Value, function in class:Option

Completed in 120 milliseconds