Searched refs:ConvertDeclToDeclGroup (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | Parser.cpp | 678 Result = Actions.ConvertDeclToDeclGroup(ImportDecl); in ParseTopLevelDecl() 693 Result = Actions.ConvertDeclToDeclGroup(ImportDecl); in ParseTopLevelDecl() 1043 return Actions.ConvertDeclToDeclGroup(ParseExplicitInstantiation( in ParseExternalDeclaration() 1075 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseExternalDeclaration() 1195 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclOrFunctionDefInternal() 1229 return Actions.ConvertDeclToDeclGroup( in ParseDeclOrFunctionDefInternal() 1241 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclOrFunctionDefInternal()
|
| H A D | ParseObjc.cpp | 104 return Actions.ConvertDeclToDeclGroup(nullptr); in ParseObjCAtDirectives() 111 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseObjCAtDirectives() 159 return Actions.ConvertDeclToDeclGroup(nullptr); in ParseObjCAtClassDeclaration() 163 return Actions.ConvertDeclToDeclGroup(nullptr); in ParseObjCAtClassDeclaration() 180 return Actions.ConvertDeclToDeclGroup(nullptr); in ParseObjCAtClassDeclaration() 2153 return Actions.ConvertDeclToDeclGroup(ProtoType); in ParseObjCAtProtocolDeclaration()
|
| H A D | ParseDeclCXX.cpp | 149 return Actions.ConvertDeclToDeclGroup(NSAlias); in ParseNamespace() 248 return Actions.ConvertDeclToDeclGroup(NamespcDecl, in ParseNamespace() 508 return Actions.ConvertDeclToDeclGroup(UsingDir); in ParseUsingDirectiveOrDeclaration() 752 return Actions.ConvertDeclToDeclGroup(UED); in ParseUsingDeclaration() 796 return Actions.ConvertDeclToDeclGroup(AD, DeclFromDeclSpec); in ParseUsingDeclaration() 2881 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseCXXClassMemberDeclaration()
|
| H A D | ParseDecl.cpp | 1960 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseDeclaration() 2021 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseSimpleDeclaration() 2274 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclGroup()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ASTResultSynthesizer.cpp | 394 result_decl_group_ptr = m_sema->ConvertDeclToDeclGroup(result_decl); in SynthesizeBodyResult()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 1289 S.ActOnDeclStmt(S.ConvertDeclToDeclGroup(Fn.CoroutinePromise), Loc, Loc); in makePromiseStmt() 1901 S.ActOnDeclStmt(S.ConvertDeclToDeclGroup(GroDecl), Loc, Loc); in makeGroDeclAndReturnStmt() 1998 StmtResult Stmt = ActOnDeclStmt(ConvertDeclToDeclGroup(D), Loc, Loc); in buildCoroutineParameterMoves()
|
| H A D | SemaModule.cpp | 415 return ConvertDeclToDeclGroup(Import); in ActOnModuleDecl()
|
| H A D | SemaStmt.cpp | 2985 ActOnDeclStmt(ConvertDeclToDeclGroup(BeginVar), ColonLoc, ColonLoc); in BuildCXXForRangeStmt() 2987 ActOnDeclStmt(ConvertDeclToDeclGroup(EndVar), ColonLoc, ColonLoc); in BuildCXXForRangeStmt()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 402 S.ConvertDeclToDeclGroup(New), Attr.getBranchState(), Simdlen.get(), in instantiateOMPDeclareSimdDeclAttr() 478 S.checkOpenMPDeclareVariantFunction(S.ConvertDeclToDeclGroup(New), E, TI, in instantiateOMPDeclareVariantAttr()
|
| H A D | SemaDecl.cpp | 62 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup() function in Sema
|
| H A D | SemaOpenMP.cpp | 5608 Actions.ActOnDeclStmt(Actions.ConvertDeclToDeclGroup(NewVar), {}, {}))); in precomputeExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 2637 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr);
|