Searched refs:OwnedType (Results 1 – 5 of 5) sorted by relevance
926 ParsedAttributes &Attrs, Decl **OwnedType) { in ParseAliasDeclarationAfterDeclarator() argument982 if (OwnedType) in ParseAliasDeclarationAfterDeclarator()983 *OwnedType = DeclFromDeclSpec; in ParseAliasDeclarationAfterDeclarator()
51 AccessSpecifier AS, Decl **OwnedType, in ParseTypeName() argument62 if (OwnedType) in ParseTypeName()63 *OwnedType = DS.isTypeSpecOwned() ? DS.getRepAsDecl() : nullptr; in ParseTypeName()
2792 AccessSpecifier AS = AS_none, Decl **OwnedType = nullptr,3323 ParsedAttributes &Attrs, Decl **OwnedType = nullptr);
71 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup() argument72 if (OwnedType) { in ConvertDeclToDeclGroup()73 Decl *Group[2] = { OwnedType, Ptr }; in ConvertDeclToDeclGroup()
3119 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr);