Home | History | Annotate | Download | only in libclang

Lines Matching refs:BaseInfo

145     CXIdxBaseClassInfo BaseInfo = { 0,
148 BaseInfos.push_back(BaseInfo);
683 const CXIdxBaseClassInfo *baseInfo = BaseList.getBases()[i];
684 if (baseInfo->base) {
687 Loc = SourceLocation::getFromRawEncoding(baseInfo->loc.int_data);