Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreterUtils.cpp42 Sema::DeclGroupPtrTy DeclGroupPtr = S.BuildDeclaratorGroup(DeclsInGroup); in CreateDGPtrFrom()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1815 return BuildDeclaratorGroup(DeclsInGroup); in ActOnForwardProtocolDeclaration()
2131 return BuildDeclaratorGroup(DeclsInGroup); in ActOnFinishObjCImplementation()
3154 return BuildDeclaratorGroup(DeclsInGroup); in ActOnForwardClassDeclaration()
H A DSemaStmt.cpp2550 BuildDeclaratorGroup(MutableArrayRef<Decl *>((Decl **)&RangeVar, 1)); in ActOnCXXForRangeStmt()
H A DSemaDecl.cpp14959 return BuildDeclaratorGroup(Decls); in FinalizeDeclaratorGroup()
14965 Sema::BuildDeclaratorGroup(MutableArrayRef<Decl *> Group) { in BuildDeclaratorGroup() function in Sema
H A DTreeTransform.h1489 Sema::DeclGroupPtrTy DG = getSema().BuildDeclaratorGroup(Decls); in RebuildDeclStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp865 return Actions.BuildDeclaratorGroup(DeclsInGroup); in ParseUsingDeclaration()
2879 return Actions.BuildDeclaratorGroup(decls); in ParseCXXClassMemberDeclaration()
H A DParser.cpp1193 return Actions.BuildDeclaratorGroup(decls); in ParseDeclOrFunctionDefInternal()
H A DParseDecl.cpp2019 return Actions.BuildDeclaratorGroup(decls); in ParseSimpleDeclaration()
5604 return Actions.BuildDeclaratorGroup(DeclsInGroup); in ParseTopLevelStmtDecl()
H A DParseOpenMP.cpp2353 return Actions.BuildDeclaratorGroup(Decls); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3107 DeclGroupPtrTy BuildDeclaratorGroup(MutableArrayRef<Decl *> Group);