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 36 ProtInfos.push_back(ProtInfo);
42 for (unsigned i = 0, e = ProtInfos.size(); i != e; ++i)
43 ProtInfos[i].protocol = &ProtEntities[i];
45 for (unsigned i = 0, e = ProtInfos.size(); i != e; ++i)
46 Prots.push_back(&ProtInfos[i]);
    [all...]
IndexingContext.h 302 SmallVector<CXIdxObjCProtocolRefInfo, 4> ProtInfos;

Completed in 770 milliseconds