Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclTemplate.h805 struct CommonBase { struct
826 mutable CommonBase *Common = nullptr; argument
831 CommonBase *getCommonPtr() const;
975 struct Common : CommonBase {
998 CommonBase *newCommon(ASTContext &C) const override;
2053 struct Common : CommonBase {
2089 CommonBase *newCommon(ASTContext &C) const override;
2331 using Common = CommonBase;
2339 CommonBase *newCommon(ASTContext &C) const override;
2866 struct Common : CommonBase {
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclTemplate.cpp154 RedeclarableTemplateDecl::CommonBase *RedeclarableTemplateDecl::getCommonPtr() const { in getCommonPtr()
189 CommonBase *CommonBasePtr = getMostRecentDecl()->getCommonPtr(); in loadLazySpecializationsImpl()
260 RedeclarableTemplateDecl::CommonBase *
385 RedeclarableTemplateDecl::CommonBase *
922 RedeclarableTemplateDecl::CommonBase *
985 RedeclarableTemplateDecl::CommonBase *
H A DASTContext.cpp8112 const ObjCInterfaceDecl *CommonBase, in getIntersectionOfProtocols() argument
8153 Context.CollectInheritedProtocols(CommonBase, ImpliedProtocols); in getIntersectionOfProtocols()