Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1799 return BuildDeclaratorGroup(DeclsInGroup); in ActOnForwardProtocolDeclaration()
2112 return BuildDeclaratorGroup(DeclsInGroup); in ActOnFinishObjCImplementation()
3141 return BuildDeclaratorGroup(DeclsInGroup); in ActOnForwardClassDeclaration()
H A DSemaStmt.cpp2493 BuildDeclaratorGroup(MutableArrayRef<Decl *>((Decl **)&RangeVar, 1)); in ActOnCXXForRangeStmt()
H A DSemaDecl.cpp13588 return BuildDeclaratorGroup(Decls); in FinalizeDeclaratorGroup()
13594 Sema::BuildDeclaratorGroup(MutableArrayRef<Decl *> Group) { in BuildDeclaratorGroup() function in Sema
H A DTreeTransform.h1418 Sema::DeclGroupPtrTy DG = getSema().BuildDeclaratorGroup(Decls); in RebuildDeclStmt()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp814 return Actions.BuildDeclaratorGroup(DeclsInGroup); in ParseUsingDeclaration()
2745 return Actions.BuildDeclaratorGroup(decls); in ParseCXXClassMemberDeclaration()
H A DParser.cpp1089 return Actions.BuildDeclaratorGroup(decls); in ParseDeclOrFunctionDefInternal()
H A DParseOpenMP.cpp2151 return Actions.BuildDeclaratorGroup(Decls); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
H A DParseDecl.cpp1799 return Actions.BuildDeclaratorGroup(decls); in ParseSimpleDeclaration()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2815 DeclGroupPtrTy BuildDeclaratorGroup(MutableArrayRef<Decl *> Group);