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

  /external/clang/tools/libclang/
IndexingContext.cpp 35 ProtInfos.push_back(ProtInfo);
41 for (unsigned i = 0, e = ProtInfos.size(); i != e; ++i)
42 ProtInfos[i].protocol = &ProtEntities[i];
44 for (unsigned i = 0, e = ProtInfos.size(); i != e; ++i)
45 Prots.push_back(&ProtInfos[i]);
    [all...]
IndexingContext.h 306 SmallVector<CXIdxObjCProtocolRefInfo, 4> ProtInfos;

Completed in 37 milliseconds