Home | History | Annotate | Download | only in Sema

Lines Matching refs:VBase

1363   if (const RecordType *VBase = Paths.getDetectedVirtual()) {
1365 << SrcClass << DestClass << QualType(VBase, 0) << OpRange;