Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Interpreter/
HDInterpreterUtils.cpp42 Sema::DeclGroupPtrTy DeclGroupPtr = S.BuildDeclaratorGroup(DeclsInGroup); in CreateDGPtrFrom()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclObjC.cpp1811 return SemaRef.BuildDeclaratorGroup(DeclsInGroup); in ActOnForwardProtocolDeclaration()
2133 return SemaRef.BuildDeclaratorGroup(DeclsInGroup); in ActOnFinishObjCImplementation()
3154 return SemaRef.BuildDeclaratorGroup(DeclsInGroup); in ActOnForwardClassDeclaration()
HDSemaStmt.cpp2392 BuildDeclaratorGroup(MutableArrayRef<Decl *>((Decl **)&RangeVar, 1)); in ActOnCXXForRangeStmt()
HDSemaDecl.cpp14764 return BuildDeclaratorGroup(Decls); in FinalizeDeclaratorGroup()
14768 Sema::BuildDeclaratorGroup(MutableArrayRef<Decl *> Group) { in BuildDeclaratorGroup() function in Sema
HDTreeTransform.h1510 Sema::DeclGroupPtrTy DG = getSema().BuildDeclaratorGroup(Decls); in RebuildDeclStmt()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseDeclCXX.cpp920 return Actions.BuildDeclaratorGroup(DeclsInGroup); in ParseUsingDeclaration()
3044 return Actions.BuildDeclaratorGroup(decls); in ParseCXXClassMemberDeclaration()
HDParser.cpp1198 return Actions.BuildDeclaratorGroup(decls); in ParseDeclOrFunctionDefInternal()
HDParseDecl.cpp2124 return Actions.BuildDeclaratorGroup(decls); in ParseSimpleDeclaration()
5995 return Actions.BuildDeclaratorGroup(DeclsInGroup); in ParseTopLevelStmtDecl()
HDParseOpenMP.cpp2361 return Actions.BuildDeclaratorGroup(Decls); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h3692 DeclGroupPtrTy BuildDeclaratorGroup(MutableArrayRef<Decl *> Group);