Searched refs:OwnedType (Results 1 – 5 of 5) sorted by relevance
871 ParsedAttributes &Attrs, Decl **OwnedType) { in ParseAliasDeclarationAfterDeclarator() argument927 if (OwnedType) in ParseAliasDeclarationAfterDeclarator()928 *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()
2677 AccessSpecifier AS = AS_none, Decl **OwnedType = nullptr,3177 ParsedAttributes &Attrs, Decl **OwnedType = nullptr);
59 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup() argument60 if (OwnedType) { in ConvertDeclToDeclGroup()61 Decl *Group[2] = { OwnedType, Ptr }; in ConvertDeclToDeclGroup()
2589 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr);