Home
last modified time | relevance | path

Searched refs:BundleLookup (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Mac/Modules/cg/
DCFMLateImport.c1296 static pascal OSStatus BundleLookup(ConstStr255Param symName, CFragSymbolClass symClass, in BundleLookup() function
1359 … weakLinkedLibraryName, BundleLookup, bundleToImport); in CFMLateImportBundle()
/external/llvm-project/clang-tools-extra/clangd/
DCodeComplete.cpp1568 llvm::DenseMap<size_t, size_t> BundleLookup; in mergeResults() local
1587 auto Ret = BundleLookup.try_emplace(OverloadSet, Bundles.size()); in mergeResults()