Searched refs:NameSet (Results 1 – 4 of 4) sorted by relevance
48 using NameSet = std::unordered_set<std::string>; variable71 NameSet RequiredTypes;72 NameSet Structs;73 NameSet Enumerations;74 NameSet Functions;75 NameSet Objects;76 NameSet PublicHeaders;
272 void FunctionSamples::findAllNames(DenseSet<StringRef> &NameSet) const { in findAllNames()273 NameSet.insert(getName()); in findAllNames()276 NameSet.insert(TS.getKey()); in findAllNames()280 NameSet.insert(NameFS.first); in findAllNames()281 NameFS.second.findAllNames(NameSet); in findAllNames()
33 StringSet<> NameSet; in CoverageFilenamesSectionWriter() local35 assert(NameSet.insert(Name).second && "Duplicate filename"); in CoverageFilenamesSectionWriter()
1138 void findAllNames(DenseSet<StringRef> &NameSet) const;