Searched refs:PathElem (Results 1 – 2 of 2) sorted by relevance
121 typedef const CXXRecordDecl *PathElem; typedef123 PathElem Path[InlinePathSpace];124 PathElem *PathPtr;137 PathPtr = new PathElem[Length]; in resizePath()142 PathElem *getPath() { return hasPathPtr() ? PathPtr : Path; } in getPath()143 const PathElem *getPath() const { in getPath()
2709 for (const CXXRecordDecl *PathElem : MemberPointerPath) { in EmitMemberPointer() local2713 Base = PathElem; in EmitMemberPointer()2717 Derived = PathElem; in EmitMemberPointer()2723 PrevRD = PathElem; in EmitMemberPointer()