Searched refs:String1 (Results 1 – 4 of 4) sorted by relevance
38 # define ngettext(String1,String2,Count) (Count==1?String1:String2) argument
344 StringRef String1) const { in MakeIndex()346 unsigned Index1 = MakeIndex(String1); in MakeIndex()
339 unsigned MakeIndex(StringRef String0, StringRef String1) const;
3958 StringRef String1 = getTok().getStringContents(); in parseDirectiveIfeqs() local3986 TheCondState.CondMet = ExpectEqual == (String1 == String2); in parseDirectiveIfeqs()