Searched refs:ConvertDeclToDeclGroup (Results 1 – 6 of 6) sorted by relevance
748 return Actions.ConvertDeclToDeclGroup( in ParseExternalDeclaration()767 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseExternalDeclaration()846 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclOrFunctionDefInternal()874 return Actions.ConvertDeclToDeclGroup( in ParseDeclOrFunctionDefInternal()885 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclOrFunctionDefInternal()1933 return Actions.ConvertDeclToDeclGroup(Import.get()); in ParseModuleImport()
86 return Actions.ConvertDeclToDeclGroup(nullptr); in ParseObjCAtDirectives()93 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseObjCAtDirectives()112 return Actions.ConvertDeclToDeclGroup(nullptr); in ParseObjCAtClassDeclaration()124 return Actions.ConvertDeclToDeclGroup(nullptr); in ParseObjCAtClassDeclaration()1478 return Actions.ConvertDeclToDeclGroup(ProtoType); in ParseObjCAtProtocolDeclaration()
1332 return Actions.ConvertDeclToDeclGroup(SingleDecl, OwnedType); in ParseDeclaration()1377 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseSimpleDeclaration()1574 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclGroup()
402 result_decl_group_ptr = m_sema->ConvertDeclToDeclGroup(result_decl); in SynthesizeBodyResult()
1395 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr);
54 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup() function in Sema