Home
last modified time | relevance | path

Searched refs:String0 (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Option/
H A DArgList.cpp208 unsigned InputArgList::MakeIndex(StringRef String0) const { in MakeIndex()
212 SynthesizedStrings.push_back(std::string(String0)); in MakeIndex()
218 unsigned InputArgList::MakeIndex(StringRef String0, in MakeIndex() argument
220 unsigned Index0 = MakeIndex(String0); in MakeIndex()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Option/
H A DArgList.h427 unsigned MakeIndex(StringRef String0) const;
428 unsigned MakeIndex(StringRef String0, StringRef String1) const;