Home
last modified time | relevance | path

Searched refs:CommonBase (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lldb/test/API/lang/cpp/multiple-inheritance/
Dmain.cpp1 struct CommonBase { struct
11 struct Base1 : CommonBase { argument
23 struct Base2 : CommonBase {
/external/clang/include/clang/AST/
DDeclTemplate.h689 struct CommonBase { struct
690 CommonBase() : InstantiatedFromMember(nullptr, false) { } in CommonBase() function
703 mutable CommonBase *Common; argument
708 CommonBase *getCommonPtr() const;
710 virtual CommonBase *newCommon(ASTContext &C) const = 0;
844 struct Common : CommonBase {
874 CommonBase *newCommon(ASTContext &C) const override;
1941 struct Common : CommonBase {
1978 CommonBase *newCommon(ASTContext &C) const override;
2227 typedef CommonBase Common;
[all …]
/external/llvm-project/clang/include/clang/AST/
DDeclTemplate.h816 struct CommonBase { struct
817 CommonBase() : InstantiatedFromMember(nullptr, false) {} in CommonBase() argument
837 mutable CommonBase *Common = nullptr; argument
842 CommonBase *getCommonPtr() const;
844 virtual CommonBase *newCommon(ASTContext &C) const = 0;
979 struct Common : CommonBase {
1002 CommonBase *newCommon(ASTContext &C) const override;
2246 struct Common : CommonBase {
2276 CommonBase *newCommon(ASTContext &C) const override;
2517 using Common = CommonBase;
[all …]
/external/clang/lib/AST/
DDeclTemplate.cpp129 RedeclarableTemplateDecl::CommonBase *RedeclarableTemplateDecl::getCommonPtr() const { in getCommonPtr()
262 RedeclarableTemplateDecl::CommonBase *
370 RedeclarableTemplateDecl::CommonBase *
910 RedeclarableTemplateDecl::CommonBase *
990 RedeclarableTemplateDecl::CommonBase *
DASTContext.cpp7059 const ObjCInterfaceDecl *CommonBase, in getIntersectionOfProtocols() argument
7100 Context.CollectInheritedProtocols(CommonBase, ImpliedProtocols); in getIntersectionOfProtocols()
/external/llvm-project/clang/lib/AST/
DDeclTemplate.cpp225 RedeclarableTemplateDecl::CommonBase *RedeclarableTemplateDecl::getCommonPtr() const { in getCommonPtr()
260 CommonBase *CommonBasePtr = getMostRecentDecl()->getCommonPtr(); in loadLazySpecializationsImpl()
332 RedeclarableTemplateDecl::CommonBase *
448 RedeclarableTemplateDecl::CommonBase *
1090 RedeclarableTemplateDecl::CommonBase *
1154 RedeclarableTemplateDecl::CommonBase *
DASTContext.cpp8917 const ObjCInterfaceDecl *CommonBase, in getIntersectionOfProtocols() argument
8958 Context.CollectInheritedProtocols(CommonBase, ImpliedProtocols); in getIntersectionOfProtocols()