Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclTemplate.h831 struct CommonBase { struct
832 CommonBase() : InstantiatedFromMember(nullptr, false) {} in CommonBase() function
861 mutable CommonBase *Common = nullptr; argument
866 CommonBase *getCommonPtr() const;
868 virtual CommonBase *newCommon(ASTContext &C) const = 0;
1011 struct Common : CommonBase {
1025 CommonBase *newCommon(ASTContext &C) const override;
2274 struct Common : CommonBase {
2304 CommonBase *newCommon(ASTContext &C) const override;
2545 using Common = CommonBase;
[all …]
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclTemplate.cpp269 RedeclarableTemplateDecl::CommonBase *RedeclarableTemplateDecl::getCommonPtr() const { in getCommonPtr()
304 CommonBase *CommonBasePtr = getMostRecentDecl()->getCommonPtr(); in loadLazySpecializationsImpl()
393 RedeclarableTemplateDecl::CommonBase *
494 RedeclarableTemplateDecl::CommonBase *
1194 RedeclarableTemplateDecl::CommonBase *
1261 RedeclarableTemplateDecl::CommonBase *
H A DASTContext.cpp9808 const ObjCInterfaceDecl *CommonBase, in getIntersectionOfProtocols() argument
9849 Context.CollectInheritedProtocols(CommonBase, ImpliedProtocols); in getIntersectionOfProtocols()