Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp373 RHS.getMemberPointerPath()); in APValue()
614 for (const CXXRecordDecl *D : getMemberPointerPath()) in Profile()
1067 ArrayRef<const CXXRecordDecl*> APValue::getMemberPointerPath() const { in getMemberPointerPath() function in APValue
H A DTemplateBase.cpp219 if (V.isMemberPointer() && V.getMemberPointerPath().empty()) in getAsSimpleValueDeclRef()
H A DItaniumMangle.cpp6626 if (!V.getMemberPointerPath().empty()) { in mangleValueInTemplateArg()
6640 if (!V.getMemberPointerPath().empty()) { in mangleValueInTemplateArg()
H A DASTImporter.cpp10219 FromValue.getMemberPointerPath().size()); in ImportAPValue()
10221 Result.getMemberPointerPath(); in ImportAPValue()
10222 for (unsigned Idx = 0; Idx < FromValue.getMemberPointerPath().size(); in ImportAPValue()
H A DASTContext.cpp2543 ArrayRef<const CXXRecordDecl*> Path = MP.getMemberPointerPath(); in getMemberPointerPathAdjustment()
H A DExprConstant.cpp1792 ArrayRef<const CXXRecordDecl*> P = V.getMemberPointerPath(); in setFrom()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h577 ArrayRef<const CXXRecordDecl*> getMemberPointerPath() const;
H A DPropertiesBase.td434 let Read = [{ node.getMemberPointerPath() }];
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2901 ArrayRef<const CXXRecordDecl *> MemberPointerPath = MP.getMemberPointerPath(); in EmitMemberPointer()