Searched refs:HashHMapKey (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/Lex/
H A DHeaderMap.cpp29 /// HashHMapKey - This is the 'well known' hash function required by the file
32 static inline unsigned HashHMapKey(StringRef Str) { function
207 for (unsigned Bucket = HashHMapKey(Filename);; ++Bucket) {

Completed in 55 milliseconds