Home
last modified time | relevance | path

Searched refs:PathElem (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/AST/
DAPValue.cpp79 typedef const CXXRecordDecl *PathElem; typedef
81 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()