Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Option/
H A DArgList.cpp218 unsigned InputArgList::MakeIndex(StringRef String0) const { in MakeIndex()
222 SynthesizedStrings.push_back(std::string(String0)); in MakeIndex()
228 unsigned InputArgList::MakeIndex(StringRef String0, in MakeIndex() argument
230 unsigned Index0 = MakeIndex(String0); in MakeIndex()
/src/contrib/llvm-project/llvm/include/llvm/Option/
H A DArgList.h455 unsigned MakeIndex(StringRef String0) const;
456 unsigned MakeIndex(StringRef String0, StringRef String1) const;