Home | History | Annotate | Download | only in Core

Lines Matching defs:BOR

1236       const CXXBaseObjectRegion *BOR = cast<CXXBaseObjectRegion>(R);
1237 R = BOR->getSuperRegion();
1261 if (BOR->isVirtual()) {
1262 if (!Child->isVirtuallyDerivedFrom(BOR->getDecl()))
1265 if (!isImmediateBase(Child, BOR->getDecl()))
1277 if (BOR->isVirtual())
1278 BaseOffset = Layout.getVBaseClassOffset(BOR->getDecl());
1280 BaseOffset = Layout.getBaseClassOffset(BOR->getDecl());