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 148 BaseInfos.push_back(BaseInfo);
151 for (unsigned i = 0, e = BaseInfos.size(); i != e; ++i) {
153 BaseInfos[i].base = &BaseEntities[i];
156 for (unsigned i = 0, e = BaseInfos.size(); i != e; ++i)
157 CXBases.push_back(&BaseInfos[i]);
    [all...]
IndexingContext.h 331 SmallVector<CXIdxBaseClassInfo, 4> BaseInfos;

Completed in 193 milliseconds