Searched defs:StringSet (Results 1 – 6 of 6) sorted by relevance
27 StringSet(std::initializer_list<StringRef> S) { in StringSet() function
26 typedef CompactPointerSet<const char*> StringSet; typedef
57 typedef llvm::StringMap<uint8_t> StringSet; typedef
107 typedef llvm::StringMap<uint8_t> StringSet; typedef
25 class StringSet; variable
50 using StringSet = std::unordered_set<std::string>; typedef