reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
75 Expected<StringRef> operator[](size_t Index) const;
520 if (Expected<StringRef> RemarkName = (*StrTab)[*Helper.RemarkNameIdx]) 530 if (Expected<StringRef> PassName = (*StrTab)[*Helper.PassNameIdx]) 539 if (Expected<StringRef> FunctionName = (*StrTab)[*Helper.FunctionNameIdx]) 545 Expected<StringRef> SourceFileName = (*StrTab)[*Helper.SourceFileNameIdx]; 574 if (Expected<StringRef> Key = (*StrTab)[*Arg.KeyIdx]) 579 if (Expected<StringRef> Value = (*StrTab)[*Arg.ValueIdx]) 586 (*StrTab)[*Arg.SourceFileNameIdx]) {lib/Remarks/RemarkStringTable.cpp
25 if (Expected<StringRef> MaybeStr = Other[i])
lib/Remarks/YAMLRemarkParser.cpp 442 if (Expected<StringRef> Str = (*StrTab)[StrID])
unittests/Remarks/RemarksStrTabParsingTest.cpp18 Expected<StringRef> Nothing = StrTab[0]; 27 Expected<StringRef> Result = StrTab[0]; 30 Result = StrTab[1]; 33 Result = StrTab[2]; 36 Result = StrTab[3];