Searched refs:PathElem (Results 1 – 2 of 2) sorted by relevance
265 typedef const CXXRecordDecl *PathElem; typedef267 PathElem Path[InlinePathSpace];268 PathElem *PathPtr;281 PathPtr = new PathElem[Length]; in resizePath()286 PathElem *getPath() { return hasPathPtr() ? PathPtr : Path; } in getPath()287 const PathElem *getPath() const { in getPath()
2943 for (const CXXRecordDecl *PathElem : MemberPointerPath) { in EmitMemberPointer() local2947 Base = PathElem; in EmitMemberPointer()2951 Derived = PathElem; in EmitMemberPointer()2957 PrevRD = PathElem; in EmitMemberPointer()