Searched refs:ConvertDeclToDeclGroup (Results 1 – 6 of 6) sorted by relevance
786 return Actions.ConvertDeclToDeclGroup( in ParseExternalDeclaration()805 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseExternalDeclaration()884 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclOrFunctionDefInternal()912 return Actions.ConvertDeclToDeclGroup( in ParseDeclOrFunctionDefInternal()923 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclOrFunctionDefInternal()1989 return Actions.ConvertDeclToDeclGroup(Import.get()); in ParseModuleImport()
87 return Actions.ConvertDeclToDeclGroup(nullptr); in ParseObjCAtDirectives()94 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseObjCAtDirectives()116 return Actions.ConvertDeclToDeclGroup(nullptr); in ParseObjCAtClassDeclaration()136 return Actions.ConvertDeclToDeclGroup(nullptr); in ParseObjCAtClassDeclaration()2072 return Actions.ConvertDeclToDeclGroup(ProtoType); in ParseObjCAtProtocolDeclaration()
1496 return Actions.ConvertDeclToDeclGroup(SingleDecl, OwnedType); in ParseDeclaration()1541 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseSimpleDeclaration()1761 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclGroup()
402 result_decl_group_ptr = m_sema->ConvertDeclToDeclGroup(result_decl); in SynthesizeBodyResult()
1441 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr);
54 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup() function in Sema