Searched refs:addBucket (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/Lex/ |
| H A D | HeaderMapTestUtils.h | 65 void addBucket(StringRef Str, unsigned Key, unsigned Prefix, in addBucket() function 67 addBucket(getHash(Str), Key, Prefix, Suffix); in addBucket() 70 void addBucket(unsigned Hash, unsigned Key, unsigned Prefix, in addBucket() function
|
| H A D | HeaderMapTest.cpp | 99 Maker.addBucket("a", a, b, c); in TEST() 130 Maker.addBucket("a", a, b, c); in TEST() 166 Maker.addBucket("a", a, b, c); in TEST()
|
| H A D | HeaderSearchTest.cpp | 228 Maker.addBucket("d.h", a, b, c); in TEST_F() 256 Maker.addBucket("Foo/Foo.h", a, b, c); in TEST_F()
|