Searched refs:OwnedType (Results 1 – 5 of 5) sorted by relevance
2564 AccessSpecifier AS = AS_none, Decl **OwnedType = nullptr,3065 ParsedAttributes &Attrs, Decl **OwnedType = nullptr);
784 ParsedAttributes &Attrs, Decl **OwnedType) { in ParseAliasDeclarationAfterDeclarator() argument840 if (OwnedType) in ParseAliasDeclarationAfterDeclarator()841 *OwnedType = DeclFromDeclSpec; in ParseAliasDeclarationAfterDeclarator()
46 Decl **OwnedType, in ParseTypeName() argument57 if (OwnedType) in ParseTypeName()58 *OwnedType = DS.isTypeSpecOwned() ? DS.getRepAsDecl() : nullptr; in ParseTypeName()
56 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup() argument57 if (OwnedType) { in ConvertDeclToDeclGroup()58 Decl *Group[2] = { OwnedType, Ptr }; in ConvertDeclToDeclGroup()
2325 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr);