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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp402 InterestingIdentifierMap InterestingIdentifiers; member in class:__anon4118::GlobalModuleIndexBuilder
635 InterestingIdentifiers[Ident.first].push_back(ID);
637 (void)InterestingIdentifiers[Ident.first];
735 for (InterestingIdentifierMap::iterator I = InterestingIdentifiers.begin(),
736 IEnd = InterestingIdentifiers.end();

Completed in 100 milliseconds