Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h803 struct CommonBase { struct
833 mutable CommonBase *Common = nullptr; argument
838 CommonBase *getCommonPtr() const;
983 struct Common : CommonBase {
997 CommonBase *newCommon(ASTContext &C) const override;
2243 struct Common : CommonBase {
2273 CommonBase *newCommon(ASTContext &C) const override;
2520 using Common = CommonBase;
2528 CommonBase *newCommon(ASTContext &C) const override;
3023 struct Common : CommonBase {
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp302 RedeclarableTemplateDecl::CommonBase *RedeclarableTemplateDecl::getCommonPtr() const { in getCommonPtr()
337 CommonBase *CommonBasePtr = getMostRecentDecl()->getCommonPtr(); in loadLazySpecializationsImpl()
426 RedeclarableTemplateDecl::CommonBase *
527 RedeclarableTemplateDecl::CommonBase *
1191 RedeclarableTemplateDecl::CommonBase *
1245 RedeclarableTemplateDecl::CommonBase *
H A DASTContext.cpp9915 const ObjCInterfaceDecl *CommonBase, in getIntersectionOfProtocols() argument
9956 Context.CollectInheritedProtocols(CommonBase, ImpliedProtocols); in getIntersectionOfProtocols()