Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
DParser.cpp657 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()
DParseObjc.cpp87 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()
DParseDeclCXX.cpp134 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()
DParseDecl.cpp1747 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseDeclaration()
1801 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseSimpleDeclaration()
2032 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclGroup()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DASTResultSynthesizer.cpp368 result_decl_group_ptr = m_sema->ConvertDeclToDeclGroup(result_decl); in SynthesizeBodyResult()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaCoroutine.cpp1129 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()
DSemaStmt.cpp2928 ActOnDeclStmt(ConvertDeclToDeclGroup(BeginVar), ColonLoc, ColonLoc); in BuildCXXForRangeStmt()
2930 ActOnDeclStmt(ConvertDeclToDeclGroup(EndVar), ColonLoc, ColonLoc); in BuildCXXForRangeStmt()
DSemaTemplateInstantiateDecl.cpp367 S.ConvertDeclToDeclGroup(New), Attr.getBranchState(), Simdlen.get(), in instantiateOMPDeclareSimdDeclAttr()
442 S.checkOpenMPDeclareVariantFunction(S.ConvertDeclToDeclGroup(New), in instantiateOMPDeclareVariantAttr()
DSemaDecl.cpp56 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup() function in Sema
DSemaOpenMP.cpp5212 Actions.ActOnDeclStmt(Actions.ConvertDeclToDeclGroup(NewVar), {}, {}))); in precomputeExpr()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h2364 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr);