Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp655 Result = Actions.ConvertDeclToDeclGroup(ImportDecl); in ParseTopLevelDecl()
950 return Actions.ConvertDeclToDeclGroup(ParseExplicitInstantiation( in ParseExternalDeclaration()
977 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseExternalDeclaration()
1088 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclOrFunctionDefInternal()
1120 return Actions.ConvertDeclToDeclGroup( in ParseDeclOrFunctionDefInternal()
1131 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()
2089 return Actions.ConvertDeclToDeclGroup(ProtoType); in ParseObjCAtProtocolDeclaration()
H A DParseDeclCXX.cpp134 return Actions.ConvertDeclToDeclGroup(NSAlias); in ParseNamespace()
232 return Actions.ConvertDeclToDeclGroup(NamespcDecl, in ParseNamespace()
496 return Actions.ConvertDeclToDeclGroup(UsingDir); in ParseUsingDirectiveOrDeclaration()
710 return Actions.ConvertDeclToDeclGroup(AD, DeclFromDeclSpec); in ParseUsingDeclaration()
2685 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseCXXClassMemberDeclaration()
H A DParseDecl.cpp1740 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseDeclaration()
1794 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseSimpleDeclaration()
2025 return Actions.ConvertDeclToDeclGroup(TheDecl); in ParseDeclGroup()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCoroutine.cpp1165 S.ActOnDeclStmt(S.ConvertDeclToDeclGroup(Fn.CoroutinePromise), Loc, Loc); in makePromiseStmt()
1606 S.ActOnDeclStmt(S.ConvertDeclToDeclGroup(GroDecl), Loc, Loc); in makeGroDeclAndReturnStmt()
1685 StmtResult Stmt = ActOnDeclStmt(ConvertDeclToDeclGroup(D), Loc, Loc); in buildCoroutineParameterMoves()
H A DSemaStmt.cpp2927 ActOnDeclStmt(ConvertDeclToDeclGroup(BeginVar), ColonLoc, ColonLoc); in BuildCXXForRangeStmt()
2929 ActOnDeclStmt(ConvertDeclToDeclGroup(EndVar), ColonLoc, ColonLoc); in BuildCXXForRangeStmt()
H A DSemaTemplateInstantiateDecl.cpp365 S.ConvertDeclToDeclGroup(New), Attr.getBranchState(), Simdlen.get(), in instantiateOMPDeclareSimdDeclAttr()
440 S.checkOpenMPDeclareVariantFunction(S.ConvertDeclToDeclGroup(New), in instantiateOMPDeclareVariantAttr()
H A DSemaDecl.cpp56 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup() function in Sema
H A DSemaOpenMP.cpp5201 Actions.ActOnDeclStmt(Actions.ConvertDeclToDeclGroup(NewVar), {}, {}))); in precomputeExpr()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h2325 DeclGroupPtrTy ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType = nullptr);