Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/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 …]
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclTemplate.cpp250 RedeclarableTemplateDecl::CommonBase *RedeclarableTemplateDecl::getCommonPtr() const { in getCommonPtr()
285 CommonBase *CommonBasePtr = getMostRecentDecl()->getCommonPtr(); in loadLazySpecializationsImpl()
357 RedeclarableTemplateDecl::CommonBase *
473 RedeclarableTemplateDecl::CommonBase *
1115 RedeclarableTemplateDecl::CommonBase *
1179 RedeclarableTemplateDecl::CommonBase *
H A DASTContext.cpp9031 const ObjCInterfaceDecl *CommonBase, in getIntersectionOfProtocols() argument
9072 Context.CollectInheritedProtocols(CommonBase, ImpliedProtocols); in getIntersectionOfProtocols()