Home | History | Annotate | Download | only in libclang

Lines Matching refs:BaseInfo

144     CXIdxBaseClassInfo BaseInfo = { 0,
147 BaseInfos.push_back(BaseInfo);
768 const CXIdxBaseClassInfo *baseInfo = BaseList.getBases()[i];
769 if (baseInfo->base) {
772 Loc = SourceLocation::getFromRawEncoding(baseInfo->loc.int_data);