Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:BI

1186   for (const auto &BI : RD->bases()) {
1191 cast<CXXRecordDecl>(BI.getType()->getAs<RecordType>()->getDecl());
1193 if (BI.isVirtual()) {
1203 // BI->isVirtual() and bits when not.
1205 AccessSpecifier Access = BI.getAccessSpecifier();
1213 getOrCreateType(BI.getType(), Unit),