Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp1801 return BuildDeclaratorGroup(DeclsInGroup); in ActOnForwardProtocolDeclaration()
2117 return BuildDeclaratorGroup(DeclsInGroup); in ActOnFinishObjCImplementation()
3147 return BuildDeclaratorGroup(DeclsInGroup); in ActOnForwardClassDeclaration()
H A DSemaStmt.cpp2531 BuildDeclaratorGroup(MutableArrayRef<Decl *>((Decl **)&RangeVar, 1)); in ActOnCXXForRangeStmt()
H A DSemaDecl.cpp14086 return BuildDeclaratorGroup(Decls); in FinalizeDeclaratorGroup()
14092 Sema::BuildDeclaratorGroup(MutableArrayRef<Decl *> Group) { in BuildDeclaratorGroup() function in Sema
H A DTreeTransform.h1423 Sema::DeclGroupPtrTy DG = getSema().BuildDeclaratorGroup(Decls); in RebuildDeclStmt()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDeclCXX.cpp828 return Actions.BuildDeclaratorGroup(DeclsInGroup); in ParseUsingDeclaration()
2746 return Actions.BuildDeclaratorGroup(decls); in ParseCXXClassMemberDeclaration()
H A DParser.cpp1131 return Actions.BuildDeclaratorGroup(decls); in ParseDeclOrFunctionDefInternal()
H A DParseOpenMP.cpp2340 return Actions.BuildDeclaratorGroup(Decls); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
H A DParseDecl.cpp1871 return Actions.BuildDeclaratorGroup(decls); in ParseSimpleDeclaration()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h2980 DeclGroupPtrTy BuildDeclaratorGroup(MutableArrayRef<Decl *> Group);