Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DAPValue.cpp373 RHS.getMemberPointerPath()); in APValue()
612 for (const CXXRecordDecl *D : getMemberPointerPath()) in Profile()
990 ArrayRef<const CXXRecordDecl*> APValue::getMemberPointerPath() const { in getMemberPointerPath() function in APValue
H A DItaniumMangle.cpp5806 if (!V.getMemberPointerPath().empty()) { in mangleValueInTemplateArg()
5821 if (!V.getMemberPointerPath().empty()) { in mangleValueInTemplateArg()
H A DMicrosoftMangle.cpp1761 if (!V.getMemberPointerPath().empty()) in mangleTemplateArgValue()
H A DASTImporter.cpp9213 FromValue.getMemberPointerPath().size()); in ImportAPValue()
9215 Result.getMemberPointerPath(); in ImportAPValue()
9216 for (unsigned Idx = 0; Idx < FromValue.getMemberPointerPath().size(); in ImportAPValue()
H A DASTContext.cpp2530 ArrayRef<const CXXRecordDecl*> Path = MP.getMemberPointerPath(); in getMemberPointerPathAdjustment()
H A DExprConstant.cpp1739 ArrayRef<const CXXRecordDecl*> P = V.getMemberPointerPath(); in setFrom()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAPValue.h569 ArrayRef<const CXXRecordDecl*> getMemberPointerPath() const;
H A DPropertiesBase.td430 let Read = [{ node.getMemberPointerPath() }];
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2786 ArrayRef<const CXXRecordDecl *> MemberPointerPath = MP.getMemberPointerPath(); in EmitMemberPointer()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp6983 if (!Value.getMemberPointerPath().empty()) { in CheckTemplateArgument()