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

/external/llvm/lib/Support/
H A DStringMap.cpp113 /// FindKey - Look up the bucket that contains the specified key. If it exists
116 int StringMapImpl::FindKey(StringRef Key) const { function in class:StringMapImpl
168 int Bucket = FindKey(Key);

Completed in 96 milliseconds