Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDAPValue.cpp180 RHS.getMemberPointerPath()); in APValue()
622 ArrayRef<const CXXRecordDecl*> APValue::getMemberPointerPath() const { in getMemberPointerPath() function in APValue
HDExprConstant.cpp1025 ArrayRef<const CXXRecordDecl*> P = V.getMemberPointerPath(); in setFrom()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGCXXABI.cpp274 ArrayRef<const CXXRecordDecl*> Path = MP.getMemberPointerPath(); in getMemberPointerPathAdjustment()
HDMicrosoftCXXABI.cpp2552 ArrayRef<const CXXRecordDecl *> MemberPointerPath = MP.getMemberPointerPath(); in EmitMemberPointer()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDAPValue.h336 ArrayRef<const CXXRecordDecl*> getMemberPointerPath() const;
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplate.cpp4885 if (!Value.getMemberPointerPath().empty()) { in CheckTemplateArgument()