Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParser.cpp662 Result = Actions.ConvertDeclToDeclGroup(ImportDecl); in ParseTopLevelDecl()
677 Result = Actions.ConvertDeclToDeclGroup(ImportDecl); in ParseTopLevelDecl()
997 return Actions.ConvertDeclToDeclGroup(ParseExplicitInstantiation( in ParseExternalDeclaration()
1024 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseExternalDeclaration()
1133 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclOrFunctionDefInternal()
1164 return Actions.ConvertDeclToDeclGroup( in ParseDeclOrFunctionDefInternal()
1176 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclOrFunctionDefInternal()
H A 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()
2096 return Actions.ConvertDeclToDeclGroup(ProtoType); in ParseObjCAtProtocolDeclaration()
H A DParseDeclCXX.cpp145 return Actions.ConvertDeclToDeclGroup(NSAlias); in ParseNamespace()
244 return Actions.ConvertDeclToDeclGroup(NamespcDecl, in ParseNamespace()
504 return Actions.ConvertDeclToDeclGroup(UsingDir); in ParseUsingDirectiveOrDeclaration()
719 return Actions.ConvertDeclToDeclGroup(UED); in ParseUsingDeclaration()
759 return Actions.ConvertDeclToDeclGroup(AD, DeclFromDeclSpec); in ParseUsingDeclaration()
2748 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseCXXClassMemberDeclaration()
H A DParseDecl.cpp1813 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseDeclaration()
1873 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseSimpleDeclaration()
2121 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclGroup()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp394 result_decl_group_ptr = m_sema->ConvertDeclToDeclGroup(result_decl); in SynthesizeBodyResult()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCoroutine.cpp1156 S.ActOnDeclStmt(S.ConvertDeclToDeclGroup(Fn.CoroutinePromise), Loc, Loc); in makePromiseStmt()
1701 StmtResult Stmt = ActOnDeclStmt(ConvertDeclToDeclGroup(D), Loc, Loc); in buildCoroutineParameterMoves()
H A DSemaModule.cpp354 return ConvertDeclToDeclGroup(Import); in ActOnModuleDecl()
H A DSemaStmt.cpp2966 ActOnDeclStmt(ConvertDeclToDeclGroup(BeginVar), ColonLoc, ColonLoc); in BuildCXXForRangeStmt()
2968 ActOnDeclStmt(ConvertDeclToDeclGroup(EndVar), ColonLoc, ColonLoc); in BuildCXXForRangeStmt()
H A DSemaTemplateInstantiateDecl.cpp389 S.ConvertDeclToDeclGroup(New), Attr.getBranchState(), Simdlen.get(), in instantiateOMPDeclareSimdDeclAttr()
465 S.checkOpenMPDeclareVariantFunction(S.ConvertDeclToDeclGroup(New), E, TI, in instantiateOMPDeclareVariantAttr()
H A DSemaDecl.cpp57 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup() function in Sema
H A DSemaOpenMP.cpp5507 Actions.ActOnDeclStmt(Actions.ConvertDeclToDeclGroup(NewVar), {}, {}))); in precomputeExpr()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h2527 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr);