Home
last modified time | relevance | path

Searched refs:HitSet (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/Serialization/
HDGlobalModuleIndex.h168 typedef llvm::SmallPtrSet<ModuleFile *, 4> HitSet; typedef
179 bool lookupIdentifier(StringRef Name, HitSet &Hits);
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDGlobalModuleIndex.cpp294 bool GlobalModuleIndex::lookupIdentifier(StringRef Name, HitSet &Hits) { in lookupIdentifier()
HDASTReader.cpp1710 GlobalModuleIndex::HitSet Hits; in updateOutOfDateIdentifier()
1711 GlobalModuleIndex::HitSet *HitsPtr = nullptr; in updateOutOfDateIdentifier()
6834 GlobalModuleIndex::HitSet Hits; in get()
6835 GlobalModuleIndex::HitSet *HitsPtr = nullptr; in get()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDCompilerInstance.cpp1722 GlobalModuleIndex::HitSet FoundModules; in lookupMissingImports()