reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
148 Section = I->slice(1, I->size() - 1); 151 Regex CheckRE(Section); 154 (Twine("malformed regex for section ") + Section + ": '" + REError) 177 if (SectionsMap.find(Section) == SectionsMap.end()) { 180 if (!M->insert(Section, LineNo, REError)) { 181 Error = (Twine("malformed section ") + Section + ": '" + REError).str(); 185 SectionsMap[Section] = Sections.size(); 189 auto &Entry = Sections[SectionsMap[Section]].Entries[Prefix][Category];