Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Option/
H A DArgList.cpp224 unsigned InputArgList::MakeIndex(StringRef String0) const { in MakeIndex()
228 SynthesizedStrings.push_back(String0); in MakeIndex()
234 unsigned InputArgList::MakeIndex(StringRef String0, in MakeIndex() argument
236 unsigned Index0 = MakeIndex(String0); in MakeIndex()
/freebsd-12.1/contrib/llvm/include/llvm/Option/
H A DArgList.h423 unsigned MakeIndex(StringRef String0) const;
424 unsigned MakeIndex(StringRef String0, StringRef String1) const;