Searched refs:ConvertDeclToDeclGroup (Results 1 – 13 of 13) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Parse/ |
| H A D | Parser.cpp | 679 Result = Actions.ConvertDeclToDeclGroup(ImportDecl); in ParseTopLevelDecl() 694 Result = Actions.ConvertDeclToDeclGroup(ImportDecl); in ParseTopLevelDecl() 1079 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseExternalDeclaration() 1200 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclOrFunctionDefInternal() 1234 return Actions.ConvertDeclToDeclGroup( in ParseDeclOrFunctionDefInternal() 1246 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclOrFunctionDefInternal()
|
| H A D | ParseTemplate.cpp | 175 return Actions.ConvertDeclToDeclGroup(ConceptDecl); in ParseTemplateDeclarationOrSpecialization() 204 return Actions.ConvertDeclToDeclGroup( in ParseDeclarationAfterTemplate() 252 return Actions.ConvertDeclToDeclGroup(Decl); in ParseDeclarationAfterTemplate()
|
| H A D | ParseObjc.cpp | 106 return Actions.ConvertDeclToDeclGroup(nullptr); in ParseObjCAtDirectives() 113 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseObjCAtDirectives() 161 return Actions.ConvertDeclToDeclGroup(nullptr); in ParseObjCAtClassDeclaration() 165 return Actions.ConvertDeclToDeclGroup(nullptr); in ParseObjCAtClassDeclaration() 182 return Actions.ConvertDeclToDeclGroup(nullptr); in ParseObjCAtClassDeclaration() 2146 return Actions.ConvertDeclToDeclGroup(ProtoType); in ParseObjCAtProtocolDeclaration()
|
| H A D | ParseDeclCXX.cpp | 158 return Actions.ConvertDeclToDeclGroup(NSAlias); in ParseNamespace() 257 return Actions.ConvertDeclToDeclGroup(NamespcDecl, in ParseNamespace() 525 return Actions.ConvertDeclToDeclGroup(UsingDir); in ParseUsingDirectiveOrDeclaration() 802 return Actions.ConvertDeclToDeclGroup(UED); in ParseUsingDeclaration() 851 return Actions.ConvertDeclToDeclGroup(AD, DeclFromDeclSpec); in ParseUsingDeclaration() 3046 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseCXXClassMemberDeclaration()
|
| H A D | ParseDecl.cpp | 2064 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseDeclaration() 2126 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseSimpleDeclaration() 2430 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclGroup()
|
| /src/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()
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 1199 S.ActOnDeclStmt(S.ConvertDeclToDeclGroup(Fn.CoroutinePromise), Loc, Loc); in makePromiseStmt() 1811 S.ActOnDeclStmt(S.ConvertDeclToDeclGroup(GroDecl), Loc, Loc); in makeGroDeclAndReturnStmt() 1908 StmtResult Stmt = ActOnDeclStmt(ConvertDeclToDeclGroup(D), Loc, Loc); in buildCoroutineParameterMoves()
|
| H A D | SemaModule.cpp | 505 return ConvertDeclToDeclGroup(Import); in ActOnModuleDecl()
|
| H A D | SemaStmt.cpp | 2834 ActOnDeclStmt(ConvertDeclToDeclGroup(BeginVar), ColonLoc, ColonLoc); in BuildCXXForRangeStmt() 2836 ActOnDeclStmt(ConvertDeclToDeclGroup(EndVar), ColonLoc, ColonLoc); in BuildCXXForRangeStmt()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 407 S.ConvertDeclToDeclGroup(New), Attr.getBranchState(), Simdlen.get(), in instantiateOMPDeclareSimdDeclAttr() 484 S.ConvertDeclToDeclGroup(New), E, TI, Attr.appendArgs_size(), in instantiateOMPDeclareVariantAttr()
|
| H A D | SemaDecl.cpp | 71 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup() function in Sema
|
| H A D | SemaOpenMP.cpp | 5382 Actions.ActOnDeclStmt(Actions.ConvertDeclToDeclGroup(NewVar), {}, {}))); in precomputeExpr()
|
| /src/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 3119 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr);
|