Home | History | Annotate | Download | only in Core

Lines Matching refs:BOR

1241       const CXXBaseObjectRegion *BOR = cast<CXXBaseObjectRegion>(R);
1242 R = BOR->getSuperRegion();
1265 if (BOR->isVirtual()) {
1266 if (!Child->isVirtuallyDerivedFrom(BOR->getDecl()))
1269 if (!isImmediateBase(Child, BOR->getDecl()))
1282 if (BOR->isVirtual())
1283 BaseOffset = Layout.getVBaseClassOffset(BOR->getDecl());
1285 BaseOffset = Layout.getBaseClassOffset(BOR->getDecl());