Home
last modified time | relevance | path

Searched refs:ConvertDeclToDeclGroup (Results 1 – 12 of 12) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp678 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 DParseObjc.cpp104 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 DParseDeclCXX.cpp149 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 DParseDecl.cpp1960 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 DASTResultSynthesizer.cpp394 result_decl_group_ptr = m_sema->ConvertDeclToDeclGroup(result_decl); in SynthesizeBodyResult()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1289 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 DSemaModule.cpp415 return ConvertDeclToDeclGroup(Import); in ActOnModuleDecl()
H A DSemaStmt.cpp2985 ActOnDeclStmt(ConvertDeclToDeclGroup(BeginVar), ColonLoc, ColonLoc); in BuildCXXForRangeStmt()
2987 ActOnDeclStmt(ConvertDeclToDeclGroup(EndVar), ColonLoc, ColonLoc); in BuildCXXForRangeStmt()
H A DSemaTemplateInstantiateDecl.cpp402 S.ConvertDeclToDeclGroup(New), Attr.getBranchState(), Simdlen.get(), in instantiateOMPDeclareSimdDeclAttr()
478 S.checkOpenMPDeclareVariantFunction(S.ConvertDeclToDeclGroup(New), E, TI, in instantiateOMPDeclareVariantAttr()
H A DSemaDecl.cpp62 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup() function in Sema
H A DSemaOpenMP.cpp5608 Actions.ActOnDeclStmt(Actions.ConvertDeclToDeclGroup(NewVar), {}, {}))); in precomputeExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2637 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr);