Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DAPValue.cpp121 typedef const CXXRecordDecl *PathElem; typedef
123 PathElem Path[InlinePathSpace];
124 PathElem *PathPtr;
137 PathPtr = new PathElem[Length]; in resizePath()
142 PathElem *getPath() { return hasPathPtr() ? PathPtr : Path; } in getPath()
143 const PathElem *getPath() const { in getPath()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2709 for (const CXXRecordDecl *PathElem : MemberPointerPath) { in EmitMemberPointer() local
2713 Base = PathElem; in EmitMemberPointer()
2717 Derived = PathElem; in EmitMemberPointer()
2723 PrevRD = PathElem; in EmitMemberPointer()