Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Path

39   /// VirtualBase - If the path from the derived class to the base class
45 /// path from the derived class to the base class involves a virtual base
218 const CXXBasePath &Path) {
225 for (unsigned I = 0, E = Path.size(); I != E; ++I) {
226 const CXXBasePathElement &Element = Path[I];
230 // (If we can't, can't we just iterate over the path in reverse order?)
239 for (unsigned I = NonVirtualStart, E = Path.size(); I != E; ++I) {
240 const CXXBasePathElement &Element = Path[I];
647 // Fast-path matches in the canonical types.
1392 // Check if this path gives us the right base subobject.