Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp679 Result = Actions.ConvertDeclToDeclGroup(ImportDecl); in ParseTopLevelDecl()
694 Result = Actions.ConvertDeclToDeclGroup(ImportDecl); in ParseTopLevelDecl()
1079 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseExternalDeclaration()
1200 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclOrFunctionDefInternal()
1234 return Actions.ConvertDeclToDeclGroup( in ParseDeclOrFunctionDefInternal()
1246 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclOrFunctionDefInternal()
H A DParseTemplate.cpp175 return Actions.ConvertDeclToDeclGroup(ConceptDecl); in ParseTemplateDeclarationOrSpecialization()
204 return Actions.ConvertDeclToDeclGroup( in ParseDeclarationAfterTemplate()
252 return Actions.ConvertDeclToDeclGroup(Decl); in ParseDeclarationAfterTemplate()
H A DParseObjc.cpp106 return Actions.ConvertDeclToDeclGroup(nullptr); in ParseObjCAtDirectives()
113 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseObjCAtDirectives()
161 return Actions.ConvertDeclToDeclGroup(nullptr); in ParseObjCAtClassDeclaration()
165 return Actions.ConvertDeclToDeclGroup(nullptr); in ParseObjCAtClassDeclaration()
182 return Actions.ConvertDeclToDeclGroup(nullptr); in ParseObjCAtClassDeclaration()
2146 return Actions.ConvertDeclToDeclGroup(ProtoType); in ParseObjCAtProtocolDeclaration()
H A DParseDeclCXX.cpp158 return Actions.ConvertDeclToDeclGroup(NSAlias); in ParseNamespace()
257 return Actions.ConvertDeclToDeclGroup(NamespcDecl, in ParseNamespace()
525 return Actions.ConvertDeclToDeclGroup(UsingDir); in ParseUsingDirectiveOrDeclaration()
802 return Actions.ConvertDeclToDeclGroup(UED); in ParseUsingDeclaration()
851 return Actions.ConvertDeclToDeclGroup(AD, DeclFromDeclSpec); in ParseUsingDeclaration()
3046 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseCXXClassMemberDeclaration()
H A DParseDecl.cpp2064 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseDeclaration()
2126 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseSimpleDeclaration()
2430 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclGroup()
/src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp394 result_decl_group_ptr = m_sema->ConvertDeclToDeclGroup(result_decl); in SynthesizeBodyResult()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1199 S.ActOnDeclStmt(S.ConvertDeclToDeclGroup(Fn.CoroutinePromise), Loc, Loc); in makePromiseStmt()
1811 S.ActOnDeclStmt(S.ConvertDeclToDeclGroup(GroDecl), Loc, Loc); in makeGroDeclAndReturnStmt()
1908 StmtResult Stmt = ActOnDeclStmt(ConvertDeclToDeclGroup(D), Loc, Loc); in buildCoroutineParameterMoves()
H A DSemaModule.cpp505 return ConvertDeclToDeclGroup(Import); in ActOnModuleDecl()
H A DSemaStmt.cpp2834 ActOnDeclStmt(ConvertDeclToDeclGroup(BeginVar), ColonLoc, ColonLoc); in BuildCXXForRangeStmt()
2836 ActOnDeclStmt(ConvertDeclToDeclGroup(EndVar), ColonLoc, ColonLoc); in BuildCXXForRangeStmt()
H A DSemaTemplateInstantiateDecl.cpp407 S.ConvertDeclToDeclGroup(New), Attr.getBranchState(), Simdlen.get(), in instantiateOMPDeclareSimdDeclAttr()
484 S.ConvertDeclToDeclGroup(New), E, TI, Attr.appendArgs_size(), in instantiateOMPDeclareVariantAttr()
H A DSemaDecl.cpp71 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup() function in Sema
H A DSemaOpenMP.cpp5382 Actions.ActOnDeclStmt(Actions.ConvertDeclToDeclGroup(NewVar), {}, {}))); in precomputeExpr()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3119 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr);