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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp375 InterestingIdentifierMap InterestingIdentifiers; member in class:__anon3510::GlobalModuleIndexBuilder
604 InterestingIdentifiers[Ident.first].push_back(ID);
606 (void)InterestingIdentifiers[Ident.first];
699 for (InterestingIdentifierMap::iterator I = InterestingIdentifiers.begin(),
700 IEnd = InterestingIdentifiers.end();

Completed in 170 milliseconds