Searched refs:ConvertDeclToDeclGroup (Results 1 – 7 of 7) sorted by relevance
787 return Actions.ConvertDeclToDeclGroup( in ParseExternalDeclaration()806 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseExternalDeclaration()885 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclOrFunctionDefInternal()913 return Actions.ConvertDeclToDeclGroup( in ParseDeclOrFunctionDefInternal()924 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclOrFunctionDefInternal()2021 return Actions.ConvertDeclToDeclGroup(Import.get()); in ParseModuleImport()
87 return Actions.ConvertDeclToDeclGroup(nullptr); in ParseObjCAtDirectives()94 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseObjCAtDirectives()138 return Actions.ConvertDeclToDeclGroup(nullptr); in ParseObjCAtClassDeclaration()155 return Actions.ConvertDeclToDeclGroup(nullptr); in ParseObjCAtClassDeclaration()2078 return Actions.ConvertDeclToDeclGroup(ProtoType); in ParseObjCAtProtocolDeclaration()
120 return Actions.ConvertDeclToDeclGroup(NSAlias); in ParseNamespace()204 return Actions.ConvertDeclToDeclGroup(NamespcDecl, in ParseNamespace()
1491 return Actions.ConvertDeclToDeclGroup(SingleDecl, OwnedType); in ParseDeclaration()1536 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseSimpleDeclaration()1756 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclGroup()
392 ActOnDeclStmt(ConvertDeclToDeclGroup(Fn->CoroutinePromise), Loc, Loc); in CheckCompletedCoroutineBody()
53 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup() function in Sema
1478 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr);