HomeSort by: relevance | last modified time | path
    Searched defs:InterestingIdentifiers (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Serialization/
GlobalModuleIndex.cpp 436 InterestingIdentifierMap InterestingIdentifiers;
699 InterestingIdentifiers[Ident.first].push_back(ID);
701 (void)InterestingIdentifiers[Ident.first];
818 for (InterestingIdentifierMap::iterator I = InterestingIdentifiers.begin(),
819 IEnd = InterestingIdentifiers.end();

Completed in 28 milliseconds