Searched refs:PathElem (Results 1 – 2 of 2) sorted by relevance
79 typedef const CXXRecordDecl *PathElem; typedef81 PathElem Path[InlinePathSpace];82 PathElem *PathPtr;95 PathPtr = new PathElem[Length]; in resizePath()100 PathElem *getPath() { return hasPathPtr() ? PathPtr : Path; } in getPath()101 const PathElem *getPath() const { in getPath()
2643 for (const CXXRecordDecl *PathElem : MemberPointerPath) { in EmitMemberPointer() local2647 Base = PathElem; in EmitMemberPointer()2651 Derived = PathElem; in EmitMemberPointer()2657 PrevRD = PathElem; in EmitMemberPointer()