Lines Matching refs:CommonBase
783 struct CommonBase { struct
784 CommonBase() : InstantiatedFromMember(nullptr, false) {} in CommonBase() function
813 mutable CommonBase *Common = nullptr; argument
818 CommonBase *getCommonPtr() const;
820 virtual CommonBase *newCommon(ASTContext &C) const = 0;
963 struct Common : CommonBase {
977 CommonBase *newCommon(ASTContext &C) const override;
2235 struct Common : CommonBase {
2265 CommonBase *newCommon(ASTContext &C) const override;
2512 using Common = CommonBase;
2520 CommonBase *newCommon(ASTContext &C) const override;
2988 struct Common : CommonBase {
3015 CommonBase *newCommon(ASTContext &C) const override;