Home
last modified time | relevance | path

Searched refs:SectionStr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSpecialCaseList.h148 : SectionStr(Str), FileIdx(FileIdx) {}; in Section()
152 std::string SectionStr; member
158 LLVM_ABI Expected<Section *> addSection(StringRef SectionStr,
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp133 SpecialCaseList::addSection(StringRef SectionStr, unsigned FileNo, in addSection() argument
135 Sections.emplace_back(SectionStr, FileNo); in addSection()
138 if (auto Err = Section.SectionMatcher->insert(SectionStr, LineNo, UseGlobs)) { in addSection()
141 ": '" + SectionStr + in addSection()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp545 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()