Searched refs:ConvertDeclToDeclGroup (Results 1 – 6 of 6) sorted by relevance
744 return Actions.ConvertDeclToDeclGroup( in ParseExternalDeclaration()768 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseExternalDeclaration()841 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclOrFunctionDefInternal()868 return Actions.ConvertDeclToDeclGroup( in ParseDeclOrFunctionDefInternal()879 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclOrFunctionDefInternal()1881 return Actions.ConvertDeclToDeclGroup(Import.get()); in ParseModuleImport()
79 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseObjCAtDirectives()97 return Actions.ConvertDeclToDeclGroup(0); in ParseObjCAtClassDeclaration()111 return Actions.ConvertDeclToDeclGroup(0); in ParseObjCAtClassDeclaration()1441 return Actions.ConvertDeclToDeclGroup(ProtoType); in ParseObjCAtProtocolDeclaration()
1350 DeclGroupPtrTy grp = Actions.ConvertDeclToDeclGroup(LMT.D); in ParseLateTemplatedFuncDef()
1198 return Actions.ConvertDeclToDeclGroup(SingleDecl, OwnedType); in ParseDeclaration()1237 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseSimpleDeclaration()1429 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclGroup()
1109 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = 0);
51 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup() function in Sema