Searched refs:OwnedType (Results 1 – 5 of 5) sorted by relevance
2309 Decl **OwnedType = nullptr,2709 ParsedAttributes &Attrs, Decl **OwnedType = nullptr);
768 ParsedAttributes &Attrs, Decl **OwnedType) { in ParseAliasDeclarationAfterDeclarator() argument824 if (OwnedType) in ParseAliasDeclarationAfterDeclarator()825 *OwnedType = DeclFromDeclSpec; in ParseAliasDeclarationAfterDeclarator()
46 Decl **OwnedType, in ParseTypeName() argument57 if (OwnedType) in ParseTypeName()58 *OwnedType = DS.isTypeSpecOwned() ? DS.getRepAsDecl() : nullptr; in ParseTypeName()
54 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup() argument55 if (OwnedType) { in ConvertDeclToDeclGroup()56 Decl *Group[2] = { OwnedType, Ptr }; in ConvertDeclToDeclGroup()
1717 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr);