Searched refs:ConvertDeclToDeclGroup (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | Parser.cpp | 657 Result = Actions.ConvertDeclToDeclGroup(ImportDecl); in ParseTopLevelDecl() 953 return Actions.ConvertDeclToDeclGroup(ParseExplicitInstantiation( in ParseExternalDeclaration() 980 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseExternalDeclaration() 1091 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclOrFunctionDefInternal() 1123 return Actions.ConvertDeclToDeclGroup( in ParseDeclOrFunctionDefInternal() 1134 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() 2089 return Actions.ConvertDeclToDeclGroup(ProtoType); in ParseObjCAtProtocolDeclaration()
|
| H A D | ParseDeclCXX.cpp | 134 return Actions.ConvertDeclToDeclGroup(NSAlias); in ParseNamespace() 232 return Actions.ConvertDeclToDeclGroup(NamespcDecl, in ParseNamespace() 496 return Actions.ConvertDeclToDeclGroup(UsingDir); in ParseUsingDirectiveOrDeclaration() 709 return Actions.ConvertDeclToDeclGroup(UED); in ParseUsingDeclaration() 746 return Actions.ConvertDeclToDeclGroup(AD, DeclFromDeclSpec); in ParseUsingDeclaration() 2747 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseCXXClassMemberDeclaration()
|
| H A D | ParseDecl.cpp | 1747 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseDeclaration() 1801 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseSimpleDeclaration() 2032 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclGroup()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ASTResultSynthesizer.cpp | 368 result_decl_group_ptr = m_sema->ConvertDeclToDeclGroup(result_decl); in SynthesizeBodyResult()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 1129 S.ActOnDeclStmt(S.ConvertDeclToDeclGroup(Fn.CoroutinePromise), Loc, Loc); in makePromiseStmt() 1570 S.ActOnDeclStmt(S.ConvertDeclToDeclGroup(GroDecl), Loc, Loc); in makeGroDeclAndReturnStmt() 1649 StmtResult Stmt = ActOnDeclStmt(ConvertDeclToDeclGroup(D), Loc, Loc); in buildCoroutineParameterMoves()
|
| H A D | SemaStmt.cpp | 2928 ActOnDeclStmt(ConvertDeclToDeclGroup(BeginVar), ColonLoc, ColonLoc); in BuildCXXForRangeStmt() 2930 ActOnDeclStmt(ConvertDeclToDeclGroup(EndVar), ColonLoc, ColonLoc); in BuildCXXForRangeStmt()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 367 S.ConvertDeclToDeclGroup(New), Attr.getBranchState(), Simdlen.get(), in instantiateOMPDeclareSimdDeclAttr() 442 S.checkOpenMPDeclareVariantFunction(S.ConvertDeclToDeclGroup(New), in instantiateOMPDeclareVariantAttr()
|
| H A D | SemaDecl.cpp | 56 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup() function in Sema
|
| H A D | SemaOpenMP.cpp | 5212 Actions.ActOnDeclStmt(Actions.ConvertDeclToDeclGroup(NewVar), {}, {}))); in precomputeExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 2361 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr);
|