Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h783 struct CommonBase { struct
784 CommonBase() : InstantiatedFromMember(nullptr, false) {} in CommonBase() function
813 mutable CommonBase *Common = nullptr; argument
818 CommonBase *getCommonPtr() const;
820 virtual CommonBase *newCommon(ASTContext &C) const = 0;
963 struct Common : CommonBase {
977 CommonBase *newCommon(ASTContext &C) const override;
2235 struct Common : CommonBase {
2265 CommonBase *newCommon(ASTContext &C) const override;
2512 using Common = CommonBase;
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp302 RedeclarableTemplateDecl::CommonBase *RedeclarableTemplateDecl::getCommonPtr() const { in getCommonPtr()
337 CommonBase *CommonBasePtr = getMostRecentDecl()->getCommonPtr(); in loadLazySpecializationsImpl()
427 RedeclarableTemplateDecl::CommonBase *
528 RedeclarableTemplateDecl::CommonBase *
1227 RedeclarableTemplateDecl::CommonBase *
1281 RedeclarableTemplateDecl::CommonBase *
H A DASTContext.cpp10365 const ObjCInterfaceDecl *CommonBase, in getIntersectionOfProtocols() argument
10406 Context.CollectInheritedProtocols(CommonBase, ImpliedProtocols); in getIntersectionOfProtocols()