Home
last modified time | relevance | path

Searched refs:PathElem (Results 1 – 2 of 2) 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()
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp2643 for (const CXXRecordDecl *PathElem : MemberPointerPath) { in EmitMemberPointer() local
2647 Base = PathElem; in EmitMemberPointer()
2651 Derived = PathElem; in EmitMemberPointer()
2657 PrevRD = PathElem; in EmitMemberPointer()