Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseOpenMP.cpp681 return Actions.BuildDeclaratorGroup(Decls); in ParseOMPDeclareTargetClauses()
883 return Actions.BuildDeclaratorGroup(Decls); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
H A DParseDeclCXX.cpp762 return Actions.BuildDeclaratorGroup(DeclsInGroup); in ParseUsingDeclaration()
2592 return Actions.BuildDeclaratorGroup(decls); in ParseCXXClassMemberDeclaration()
H A DParser.cpp971 return Actions.BuildDeclaratorGroup(decls); in ParseDeclOrFunctionDefInternal()
H A DParseDecl.cpp1759 return Actions.BuildDeclaratorGroup(decls); in ParseSimpleDeclaration()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp1789 return BuildDeclaratorGroup(DeclsInGroup); in ActOnForwardProtocolDeclaration()
2093 return BuildDeclaratorGroup(DeclsInGroup); in ActOnFinishObjCImplementation()
3110 return BuildDeclaratorGroup(DeclsInGroup); in ActOnForwardClassDeclaration()
H A DSemaStmt.cpp2130 BuildDeclaratorGroup(MutableArrayRef<Decl *>((Decl **)&RangeVar, 1)); in ActOnCXXForRangeStmt()
H A DSemaDecl.cpp12254 return BuildDeclaratorGroup(Decls); in FinalizeDeclaratorGroup()
12260 Sema::BuildDeclaratorGroup(MutableArrayRef<Decl *> Group) { in BuildDeclaratorGroup() function in Sema
H A DTreeTransform.h1346 Sema::DeclGroupPtrTy DG = getSema().BuildDeclaratorGroup(Decls); in RebuildDeclStmt()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2030 DeclGroupPtrTy BuildDeclaratorGroup(MutableArrayRef<Decl *> Group);