Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DAPValue.cpp265 typedef const CXXRecordDecl *PathElem; typedef
267 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()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2921 for (const CXXRecordDecl *PathElem : MemberPointerPath) { in EmitMemberPointer() local
2925 Base = PathElem; in EmitMemberPointer()
2929 Derived = PathElem; in EmitMemberPointer()
2935 PrevRD = PathElem; in EmitMemberPointer()