Home | History | Annotate | Download | only in Lex

Lines Matching refs:Suffix

144   Result.Suffix = getEndianAdjustedWord(BucketPtr->Suffix);
191 StringRef Suffix = getStringOrInvalid(B.Suffix);
193 << Suffix << "'\n";
233 Optional<StringRef> Suffix = getString(B.Suffix);
236 if (LLVM_LIKELY(Prefix && Suffix)) {
238 DestPath.append(Suffix->begin(), Suffix->end());