Searched refs:PathElem (Results 1 – 1 of 1) 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()