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 147 BaseInfos.push_back(BaseInfo);
150 for (unsigned i = 0, e = BaseInfos.size(); i != e; ++i) {
152 BaseInfos[i].base = &BaseEntities[i];
155 for (unsigned i = 0, e = BaseInfos.size(); i != e; ++i)
156 CXBases.push_back(&BaseInfos[i]);
    [all...]
IndexingContext.h 322 SmallVector<CXIdxBaseClassInfo, 4> BaseInfos;

Completed in 26 milliseconds