Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DAPValue.cpp373 RHS.getMemberPointerPath()); in APValue()
612 for (const CXXRecordDecl *D : getMemberPointerPath()) in Profile()
1061 ArrayRef<const CXXRecordDecl*> APValue::getMemberPointerPath() const { in getMemberPointerPath() function in APValue
H A DItaniumMangle.cpp5949 if (!V.getMemberPointerPath().empty()) { in mangleValueInTemplateArg()
5964 if (!V.getMemberPointerPath().empty()) { in mangleValueInTemplateArg()
H A DMicrosoftMangle.cpp1792 if (!V.getMemberPointerPath().empty()) in mangleTemplateArgValue()
H A DASTImporter.cpp9725 FromValue.getMemberPointerPath().size()); in ImportAPValue()
9727 Result.getMemberPointerPath(); in ImportAPValue()
9728 for (unsigned Idx = 0; Idx < FromValue.getMemberPointerPath().size(); in ImportAPValue()
H A DASTContext.cpp2587 ArrayRef<const CXXRecordDecl*> Path = MP.getMemberPointerPath(); in getMemberPointerPathAdjustment()
H A DExprConstant.cpp1735 ArrayRef<const CXXRecordDecl*> P = V.getMemberPointerPath(); in setFrom()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DAPValue.h569 ArrayRef<const CXXRecordDecl*> getMemberPointerPath() const;
H A DPropertiesBase.td433 let Read = [{ node.getMemberPointerPath() }];
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2879 ArrayRef<const CXXRecordDecl *> MemberPointerPath = MP.getMemberPointerPath(); in EmitMemberPointer()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplate.cpp7045 if (!Value.getMemberPointerPath().empty()) { in CheckTemplateArgument()