Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp1815 return BuildDeclaratorGroup(DeclsInGroup); in ActOnForwardProtocolDeclaration()
2131 return BuildDeclaratorGroup(DeclsInGroup); in ActOnFinishObjCImplementation()
3155 return BuildDeclaratorGroup(DeclsInGroup); in ActOnForwardClassDeclaration()
H A DSemaStmt.cpp2540 BuildDeclaratorGroup(MutableArrayRef<Decl *>((Decl **)&RangeVar, 1)); in ActOnCXXForRangeStmt()
H A DSemaDecl.cpp14476 return BuildDeclaratorGroup(Decls); in FinalizeDeclaratorGroup()
14482 Sema::BuildDeclaratorGroup(MutableArrayRef<Decl *> Group) { in BuildDeclaratorGroup() function in Sema
H A DTreeTransform.h1464 Sema::DeclGroupPtrTy DG = getSema().BuildDeclaratorGroup(Decls); in RebuildDeclStmt()
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseDeclCXX.cpp865 return Actions.BuildDeclaratorGroup(DeclsInGroup); in ParseUsingDeclaration()
2835 return Actions.BuildDeclaratorGroup(decls); in ParseCXXClassMemberDeclaration()
H A DParser.cpp1163 return Actions.BuildDeclaratorGroup(decls); in ParseDeclOrFunctionDefInternal()
H A DParseDecl.cpp1885 return Actions.BuildDeclaratorGroup(decls); in ParseSimpleDeclaration()
5401 return Actions.BuildDeclaratorGroup(DeclsInGroup); in ParseTopLevelStmtDecl()
H A DParseOpenMP.cpp2352 return Actions.BuildDeclaratorGroup(Decls); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h3044 DeclGroupPtrTy BuildDeclaratorGroup(MutableArrayRef<Decl *> Group);