Searched refs:OwnedType (Results 1 – 5 of 5) sorted by relevance
2601 AccessSpecifier AS = AS_none, Decl **OwnedType = nullptr,3076 ParsedAttributes &Attrs, Decl **OwnedType = nullptr);
834 ParsedAttributes &Attrs, Decl **OwnedType) { in ParseAliasDeclarationAfterDeclarator() argument890 if (OwnedType) in ParseAliasDeclarationAfterDeclarator()891 *OwnedType = DeclFromDeclSpec; in ParseAliasDeclarationAfterDeclarator()
45 AccessSpecifier AS, Decl **OwnedType, in ParseTypeName() argument56 if (OwnedType) in ParseTypeName()57 *OwnedType = DS.isTypeSpecOwned() ? DS.getRepAsDecl() : nullptr; in ParseTypeName()
57 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup() argument58 if (OwnedType) { in ConvertDeclToDeclGroup()59 Decl *Group[2] = { OwnedType, Ptr }; in ConvertDeclToDeclGroup()
2527 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr);