Searched refs:ConvertDeclToDeclGroup (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | Parser.cpp | 662 Result = Actions.ConvertDeclToDeclGroup(ImportDecl); in ParseTopLevelDecl() 677 Result = Actions.ConvertDeclToDeclGroup(ImportDecl); in ParseTopLevelDecl() 1014 return Actions.ConvertDeclToDeclGroup(ParseExplicitInstantiation( in ParseExternalDeclaration() 1046 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseExternalDeclaration() 1165 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclOrFunctionDefInternal() 1196 return Actions.ConvertDeclToDeclGroup( in ParseDeclOrFunctionDefInternal() 1208 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() 158 return Actions.ConvertDeclToDeclGroup(nullptr); in ParseObjCAtClassDeclaration() 175 return Actions.ConvertDeclToDeclGroup(nullptr); in ParseObjCAtClassDeclaration() 2140 return Actions.ConvertDeclToDeclGroup(ProtoType); in ParseObjCAtProtocolDeclaration()
|
| H A D | ParseDeclCXX.cpp | 147 return Actions.ConvertDeclToDeclGroup(NSAlias); in ParseNamespace() 246 return Actions.ConvertDeclToDeclGroup(NamespcDecl, in ParseNamespace() 513 return Actions.ConvertDeclToDeclGroup(UsingDir); in ParseUsingDirectiveOrDeclaration() 756 return Actions.ConvertDeclToDeclGroup(UED); in ParseUsingDeclaration() 796 return Actions.ConvertDeclToDeclGroup(AD, DeclFromDeclSpec); in ParseUsingDeclaration() 2837 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseCXXClassMemberDeclaration()
|
| H A D | ParseDecl.cpp | 1827 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseDeclaration() 1887 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseSimpleDeclaration() 2136 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclGroup()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ASTResultSynthesizer.cpp | 394 result_decl_group_ptr = m_sema->ConvertDeclToDeclGroup(result_decl); in SynthesizeBodyResult()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 1184 S.ActOnDeclStmt(S.ConvertDeclToDeclGroup(Fn.CoroutinePromise), Loc, Loc); in makePromiseStmt() 1828 StmtResult Stmt = ActOnDeclStmt(ConvertDeclToDeclGroup(D), Loc, Loc); in buildCoroutineParameterMoves()
|
| H A D | SemaModule.cpp | 409 return ConvertDeclToDeclGroup(Import); in ActOnModuleDecl()
|
| H A D | SemaStmt.cpp | 2975 ActOnDeclStmt(ConvertDeclToDeclGroup(BeginVar), ColonLoc, ColonLoc); in BuildCXXForRangeStmt() 2977 ActOnDeclStmt(ConvertDeclToDeclGroup(EndVar), ColonLoc, ColonLoc); in BuildCXXForRangeStmt()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 390 S.ConvertDeclToDeclGroup(New), Attr.getBranchState(), Simdlen.get(), in instantiateOMPDeclareSimdDeclAttr() 466 S.checkOpenMPDeclareVariantFunction(S.ConvertDeclToDeclGroup(New), E, TI, in instantiateOMPDeclareVariantAttr()
|
| H A D | SemaDecl.cpp | 59 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup() function in Sema
|
| H A D | SemaOpenMP.cpp | 5578 Actions.ActOnDeclStmt(Actions.ConvertDeclToDeclGroup(NewVar), {}, {}))); in precomputeExpr()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 2589 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr);
|