Searched refs:ConvertDeclToDeclGroup (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | Parser.cpp | 662 Result = Actions.ConvertDeclToDeclGroup(ImportDecl); in ParseTopLevelDecl() 677 Result = Actions.ConvertDeclToDeclGroup(ImportDecl); in ParseTopLevelDecl() 997 return Actions.ConvertDeclToDeclGroup(ParseExplicitInstantiation( in ParseExternalDeclaration() 1024 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseExternalDeclaration() 1133 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclOrFunctionDefInternal() 1164 return Actions.ConvertDeclToDeclGroup( in ParseDeclOrFunctionDefInternal() 1176 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclOrFunctionDefInternal()
|
| H A D | ParseObjc.cpp | 87 return Actions.ConvertDeclToDeclGroup(nullptr); in ParseObjCAtDirectives() 94 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseObjCAtDirectives() 141 return Actions.ConvertDeclToDeclGroup(nullptr); in ParseObjCAtClassDeclaration() 158 return Actions.ConvertDeclToDeclGroup(nullptr); in ParseObjCAtClassDeclaration() 2096 return Actions.ConvertDeclToDeclGroup(ProtoType); in ParseObjCAtProtocolDeclaration()
|
| H A D | ParseDeclCXX.cpp | 145 return Actions.ConvertDeclToDeclGroup(NSAlias); in ParseNamespace() 244 return Actions.ConvertDeclToDeclGroup(NamespcDecl, in ParseNamespace() 504 return Actions.ConvertDeclToDeclGroup(UsingDir); in ParseUsingDirectiveOrDeclaration() 719 return Actions.ConvertDeclToDeclGroup(UED); in ParseUsingDeclaration() 759 return Actions.ConvertDeclToDeclGroup(AD, DeclFromDeclSpec); in ParseUsingDeclaration() 2748 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseCXXClassMemberDeclaration()
|
| H A D | ParseDecl.cpp | 1813 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseDeclaration() 1873 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseSimpleDeclaration() 2121 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclGroup()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ASTResultSynthesizer.cpp | 394 result_decl_group_ptr = m_sema->ConvertDeclToDeclGroup(result_decl); in SynthesizeBodyResult()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 1156 S.ActOnDeclStmt(S.ConvertDeclToDeclGroup(Fn.CoroutinePromise), Loc, Loc); in makePromiseStmt() 1701 StmtResult Stmt = ActOnDeclStmt(ConvertDeclToDeclGroup(D), Loc, Loc); in buildCoroutineParameterMoves()
|
| H A D | SemaModule.cpp | 354 return ConvertDeclToDeclGroup(Import); in ActOnModuleDecl()
|
| H A D | SemaStmt.cpp | 2966 ActOnDeclStmt(ConvertDeclToDeclGroup(BeginVar), ColonLoc, ColonLoc); in BuildCXXForRangeStmt() 2968 ActOnDeclStmt(ConvertDeclToDeclGroup(EndVar), ColonLoc, ColonLoc); in BuildCXXForRangeStmt()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 389 S.ConvertDeclToDeclGroup(New), Attr.getBranchState(), Simdlen.get(), in instantiateOMPDeclareSimdDeclAttr() 465 S.checkOpenMPDeclareVariantFunction(S.ConvertDeclToDeclGroup(New), E, TI, in instantiateOMPDeclareVariantAttr()
|
| H A D | SemaDecl.cpp | 57 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup() function in Sema
|
| H A D | SemaOpenMP.cpp | 5507 Actions.ActOnDeclStmt(Actions.ConvertDeclToDeclGroup(NewVar), {}, {}))); in precomputeExpr()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 2527 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr);
|