Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp2492 BuildDeclaratorGroup(MutableArrayRef<Decl *>((Decl **)&RangeVar, 1)); in ActOnCXXForRangeStmt()
H A DSemaDecl.cpp13532 return BuildDeclaratorGroup(Decls); in FinalizeDeclaratorGroup()
13538 Sema::BuildDeclaratorGroup(MutableArrayRef<Decl *> Group) { in BuildDeclaratorGroup() function in Sema
H A DTreeTransform.h1418 Sema::DeclGroupPtrTy DG = getSema().BuildDeclaratorGroup(Decls); in RebuildDeclStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp778 return Actions.BuildDeclaratorGroup(DeclsInGroup); in ParseUsingDeclaration()
2683 return Actions.BuildDeclaratorGroup(decls); in ParseCXXClassMemberDeclaration()
H A DParser.cpp1086 return Actions.BuildDeclaratorGroup(decls); in ParseDeclOrFunctionDefInternal()
H A DParseOpenMP.cpp2150 return Actions.BuildDeclaratorGroup(Decls); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
H A DParseDecl.cpp1792 return Actions.BuildDeclaratorGroup(decls); in ParseSimpleDeclaration()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h2779 DeclGroupPtrTy BuildDeclaratorGroup(MutableArrayRef<Decl *> Group);