Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclTemplate.h684 struct CommonBase { struct
685 CommonBase() : InstantiatedFromMember(nullptr, false) { } in CommonBase() function
698 mutable CommonBase *Common; argument
703 CommonBase *getCommonPtr() const;
705 virtual CommonBase *newCommon(ASTContext &C) const = 0;
839 struct Common : CommonBase {
869 CommonBase *newCommon(ASTContext &C) const override;
1939 struct Common : CommonBase {
1976 CommonBase *newCommon(ASTContext &C) const override;
2234 typedef CommonBase Common;
[all …]
/external/clang/lib/AST/
DDeclTemplate.cpp135 RedeclarableTemplateDecl::CommonBase *RedeclarableTemplateDecl::getCommonPtr() const { in getCommonPtr()
271 RedeclarableTemplateDecl::CommonBase *
379 RedeclarableTemplateDecl::CommonBase *
944 RedeclarableTemplateDecl::CommonBase *
1024 RedeclarableTemplateDecl::CommonBase *
DASTContext.cpp6961 const ObjCInterfaceDecl *CommonBase, in getIntersectionOfProtocols() argument
7002 Context.CollectInheritedProtocols(CommonBase, ImpliedProtocols); in getIntersectionOfProtocols()