Searched refs:ProtInfos (Results 1 - 2 of 2) sorted by relevance

/external/clang/tools/libclang/
H A DIndexingContext.cpp36 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]);
H A DIndexingContext.h299 SmallVector<CXIdxObjCProtocolRefInfo, 4> ProtInfos; member in struct:clang::cxindex::IndexingContext::ObjCProtocolListInfo

Completed in 108 milliseconds