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

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DStringSet.h50 bool contains(StringRef key) const { return Base::FindKey(key) != -1; }
H A DStringMap.h63 /// FindKey - Look up the bucket that contains the specified key. If it exists
66 int FindKey(StringRef Key) const;
219 int Bucket = FindKey(Key);
226 int Bucket = FindKey(Key);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DStringMap.cpp129 /// FindKey - Look up the bucket that contains the specified key. If it exists
132 int StringMapImpl::FindKey(StringRef Key) const { function in class:StringMapImpl
185 int Bucket = FindKey(Key);

Completed in 73 milliseconds