Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp374 RHS.getMemberPointerPath()); in APValue()
624 for (const CXXRecordDecl *D : getMemberPointerPath()) in Profile()
1080 ArrayRef<const CXXRecordDecl*> APValue::getMemberPointerPath() const { in getMemberPointerPath() function in APValue
H A DTemplateBase.cpp215 if (V.isMemberPointer() && V.getMemberPointerPath().empty()) in getAsSimpleValueDeclRef()
H A DItaniumMangle.cpp6930 if (!V.getMemberPointerPath().empty()) { in mangleValueInTemplateArg()
6944 if (!V.getMemberPointerPath().empty()) { in mangleValueInTemplateArg()
H A DTextNodeDumper.cpp836 auto Path = Value.getMemberPointerPath(); in Visit()
H A DASTImporter.cpp10683 FromValue.getMemberPointerPath().size()); in ImportAPValue()
10684 ArrayRef<const CXXRecordDecl *> FromPath = Result.getMemberPointerPath(); in ImportAPValue()
10685 for (unsigned Idx = 0; Idx < FromValue.getMemberPointerPath().size(); in ImportAPValue()
H A DASTContext.cpp2777 ArrayRef<const CXXRecordDecl*> Path = MP.getMemberPointerPath(); in getMemberPointerPathAdjustment()
H A DExprConstant.cpp1835 llvm::append_range(Path, V.getMemberPointerPath()); in setFrom()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h643 ArrayRef<const CXXRecordDecl*> getMemberPointerPath() const;
H A DPropertiesBase.td441 let Read = [{ node.getMemberPointerPath() }];
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2906 ArrayRef<const CXXRecordDecl *> MemberPointerPath = MP.getMemberPointerPath(); in EmitMemberPointer()