Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h817 struct CommonBase { struct
838 mutable CommonBase *Common = nullptr; argument
843 CommonBase *getCommonPtr() const;
980 struct Common : CommonBase {
1003 CommonBase *newCommon(ASTContext &C) const override;
2247 struct Common : CommonBase {
2277 CommonBase *newCommon(ASTContext &C) const override;
2518 using Common = CommonBase;
2526 CommonBase *newCommon(ASTContext &C) const override;
3079 struct Common : CommonBase {
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp251 RedeclarableTemplateDecl::CommonBase *RedeclarableTemplateDecl::getCommonPtr() const { in getCommonPtr()
286 CommonBase *CommonBasePtr = getMostRecentDecl()->getCommonPtr(); in loadLazySpecializationsImpl()
358 RedeclarableTemplateDecl::CommonBase *
474 RedeclarableTemplateDecl::CommonBase *
1116 RedeclarableTemplateDecl::CommonBase *
1180 RedeclarableTemplateDecl::CommonBase *
H A DASTContext.cpp9065 const ObjCInterfaceDecl *CommonBase, in getIntersectionOfProtocols() argument
9106 Context.CollectInheritedProtocols(CommonBase, ImpliedProtocols); in getIntersectionOfProtocols()