HomeSort by relevance Sort by last modified time
    Searched refs:ContainerMap (Results 1 - 2 of 2) sorted by null

  /external/clang/tools/libclang/
IndexingContext.cpp 640 ContainerMapTy::iterator I = ContainerMap.find(DC);
641 if (I == ContainerMap.end()) {
643 ContainerMap[DC] = container;
651 ContainerMap.erase(I);
770 ContainerMapTy::const_iterator I = ContainerMap.find(DC);
771 if (I == ContainerMap.end())
    [all...]
IndexingContext.h 303 ContainerMapTy ContainerMap;

Completed in 347 milliseconds