Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParser.cpp662 Result = Actions.ConvertDeclToDeclGroup(ImportDecl); in ParseTopLevelDecl()
677 Result = Actions.ConvertDeclToDeclGroup(ImportDecl); in ParseTopLevelDecl()
1014 return Actions.ConvertDeclToDeclGroup(ParseExplicitInstantiation( in ParseExternalDeclaration()
1046 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseExternalDeclaration()
1165 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclOrFunctionDefInternal()
1196 return Actions.ConvertDeclToDeclGroup( in ParseDeclOrFunctionDefInternal()
1208 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclOrFunctionDefInternal()
H A DParseObjc.cpp104 return Actions.ConvertDeclToDeclGroup(nullptr); in ParseObjCAtDirectives()
111 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseObjCAtDirectives()
158 return Actions.ConvertDeclToDeclGroup(nullptr); in ParseObjCAtClassDeclaration()
175 return Actions.ConvertDeclToDeclGroup(nullptr); in ParseObjCAtClassDeclaration()
2140 return Actions.ConvertDeclToDeclGroup(ProtoType); in ParseObjCAtProtocolDeclaration()
H A DParseDeclCXX.cpp147 return Actions.ConvertDeclToDeclGroup(NSAlias); in ParseNamespace()
246 return Actions.ConvertDeclToDeclGroup(NamespcDecl, in ParseNamespace()
513 return Actions.ConvertDeclToDeclGroup(UsingDir); in ParseUsingDirectiveOrDeclaration()
756 return Actions.ConvertDeclToDeclGroup(UED); in ParseUsingDeclaration()
796 return Actions.ConvertDeclToDeclGroup(AD, DeclFromDeclSpec); in ParseUsingDeclaration()
2837 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseCXXClassMemberDeclaration()
H A DParseDecl.cpp1827 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseDeclaration()
1887 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseSimpleDeclaration()
2136 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclGroup()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp394 result_decl_group_ptr = m_sema->ConvertDeclToDeclGroup(result_decl); in SynthesizeBodyResult()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCoroutine.cpp1184 S.ActOnDeclStmt(S.ConvertDeclToDeclGroup(Fn.CoroutinePromise), Loc, Loc); in makePromiseStmt()
1828 StmtResult Stmt = ActOnDeclStmt(ConvertDeclToDeclGroup(D), Loc, Loc); in buildCoroutineParameterMoves()
H A DSemaModule.cpp409 return ConvertDeclToDeclGroup(Import); in ActOnModuleDecl()
H A DSemaStmt.cpp2975 ActOnDeclStmt(ConvertDeclToDeclGroup(BeginVar), ColonLoc, ColonLoc); in BuildCXXForRangeStmt()
2977 ActOnDeclStmt(ConvertDeclToDeclGroup(EndVar), ColonLoc, ColonLoc); in BuildCXXForRangeStmt()
H A DSemaTemplateInstantiateDecl.cpp390 S.ConvertDeclToDeclGroup(New), Attr.getBranchState(), Simdlen.get(), in instantiateOMPDeclareSimdDeclAttr()
466 S.checkOpenMPDeclareVariantFunction(S.ConvertDeclToDeclGroup(New), E, TI, in instantiateOMPDeclareVariantAttr()
H A DSemaDecl.cpp59 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup() function in Sema
H A DSemaOpenMP.cpp5578 Actions.ActOnDeclStmt(Actions.ConvertDeclToDeclGroup(NewVar), {}, {}))); in precomputeExpr()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h2589 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr);