HomeSort by: relevance | last modified time | path
    Searched refs:EntityMap (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.h 289 EntityMapTy EntityMap;
CXIndexDataConsumer.cpp 963 EntityMapTy::const_iterator I = EntityMap.find(D);
964 if (I == EntityMap.end())
972 EntityMap[D] = client;

Completed in 18 milliseconds