Home | History | Annotate | Download | only in AST

Lines Matching refs:VFPtrs

3580   VPtrInfoVector *VFPtrs = new VPtrInfoVector();
3581 computeVTablePaths(/*ForVBTables=*/false, RD, *VFPtrs);
3582 computeFullPathsForVFTables(Context, RD, *VFPtrs);
3583 VFPtrLocations[RD] = VFPtrs;
3586 for (const VPtrInfo *VFPtr : *VFPtrs) {