Searched refs:USRBasedLookupTable (Results 1 – 2 of 2) sorted by relevance
92 auto FindIt = USRBasedLookupTable.find(USR); in findRecordForUSR()93 if (FindIt != USRBasedLookupTable.end()) in findRecordForUSR()
1458 llvm::DenseMap<StringRef, APIRecordStoredPtr> USRBasedLookupTable; variable1471 auto Result = USRBasedLookupTable.insert({USRString, nullptr}); in createRecord()