Searched refs:ConvertDeclToDeclGroup (Results 1 – 6 of 6) sorted by relevance
753 return Actions.ConvertDeclToDeclGroup( in ParseExternalDeclaration()772 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseExternalDeclaration()851 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclOrFunctionDefInternal()879 return Actions.ConvertDeclToDeclGroup( in ParseDeclOrFunctionDefInternal()890 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclOrFunctionDefInternal()1915 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()1431 return Actions.ConvertDeclToDeclGroup(ProtoType); in ParseObjCAtProtocolDeclaration()
1425 return Actions.ConvertDeclToDeclGroup(SingleDecl, OwnedType); in ParseDeclaration()1470 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseSimpleDeclaration()1690 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclGroup()
402 result_decl_group_ptr = m_sema->ConvertDeclToDeclGroup(result_decl); in SynthesizeBodyResult()
1344 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr);
55 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup() function in Sema