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

  /external/clang/tools/libclang/
IndexingContext.cpp 146 BaseInfos.push_back(BaseInfo);
149 for (unsigned i = 0, e = BaseInfos.size(); i != e; ++i) {
151 BaseInfos[i].base = &BaseEntities[i];
154 for (unsigned i = 0, e = BaseInfos.size(); i != e; ++i)
155 CXBases.push_back(&BaseInfos[i]);
    [all...]
IndexingContext.h 315 SmallVector<CXIdxBaseClassInfo, 4> BaseInfos;

Completed in 40 milliseconds