Searched refs:SectionStr (Results 1 – 3 of 3) sorted by relevance
148 : SectionStr(Str), FileIdx(FileIdx) {}; in Section()152 std::string SectionStr; member158 LLVM_ABI Expected<Section *> addSection(StringRef SectionStr,
133 SpecialCaseList::addSection(StringRef SectionStr, unsigned FileNo, in addSection() argument135 Sections.emplace_back(SectionStr, FileNo); in addSection()138 if (auto Err = Section.SectionMatcher->insert(SectionStr, LineNo, UseGlobs)) { in addSection()141 ": '" + SectionStr + in addSection()
545 llvm::erase_if(Sections, [](Section &sec) { return sec.SectionStr == "*"; }); in processSections()550 StringRef DiagName = Entry.SectionStr; in processSections()566 StringRef DiagGroup = SectionEntry->SectionStr; in processSections()