Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DAPValue.cpp222 RHS.getMemberPointerPath()); in APValue()
702 ArrayRef<const CXXRecordDecl*> APValue::getMemberPointerPath() const { in getMemberPointerPath() function in APValue
H A DExprConstant.cpp1525 ArrayRef<const CXXRecordDecl*> P = V.getMemberPointerPath(); in setFrom()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCXXABI.cpp263 ArrayRef<const CXXRecordDecl*> Path = MP.getMemberPointerPath(); in getMemberPointerPathAdjustment()
H A DMicrosoftCXXABI.cpp2689 ArrayRef<const CXXRecordDecl *> MemberPointerPath = MP.getMemberPointerPath(); in EmitMemberPointer()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DAPValue.h396 ArrayRef<const CXXRecordDecl*> getMemberPointerPath() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplate.cpp6288 if (!Value.getMemberPointerPath().empty()) { in CheckTemplateArgument()