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

/external/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp401 InterestingIdentifierMap InterestingIdentifiers; member in class:__anon18142::GlobalModuleIndexBuilder
631 InterestingIdentifiers[Ident.first].push_back(ID);
633 (void)InterestingIdentifiers[Ident.first];
731 for (InterestingIdentifierMap::iterator I = InterestingIdentifiers.begin(),
732 IEnd = InterestingIdentifiers.end();

Completed in 88 milliseconds