Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2930 for (const CXXRecordDecl *PathElem : MemberPointerPath) { in EmitMemberPointer() local
2934 Base = PathElem; in EmitMemberPointer()
2938 Derived = PathElem; in EmitMemberPointer()
2944 PrevRD = PathElem; in EmitMemberPointer()