Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreterUtils.cpp42 Sema::DeclGroupPtrTy DeclGroupPtr = S.BuildDeclaratorGroup(DeclsInGroup); in CreateDGPtrFrom()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1811 return SemaRef.BuildDeclaratorGroup(DeclsInGroup); in ActOnForwardProtocolDeclaration()
2133 return SemaRef.BuildDeclaratorGroup(DeclsInGroup); in ActOnFinishObjCImplementation()
3154 return SemaRef.BuildDeclaratorGroup(DeclsInGroup); in ActOnForwardClassDeclaration()
H A DSemaStmt.cpp2392 BuildDeclaratorGroup(MutableArrayRef<Decl *>((Decl **)&RangeVar, 1)); in ActOnCXXForRangeStmt()
H A DSemaDecl.cpp14764 return BuildDeclaratorGroup(Decls); in FinalizeDeclaratorGroup()
14768 Sema::BuildDeclaratorGroup(MutableArrayRef<Decl *> Group) { in BuildDeclaratorGroup() function in Sema
H A DTreeTransform.h1510 Sema::DeclGroupPtrTy DG = getSema().BuildDeclaratorGroup(Decls); in RebuildDeclStmt()
/src/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp920 return Actions.BuildDeclaratorGroup(DeclsInGroup); in ParseUsingDeclaration()
3044 return Actions.BuildDeclaratorGroup(decls); in ParseCXXClassMemberDeclaration()
H A DParser.cpp1198 return Actions.BuildDeclaratorGroup(decls); in ParseDeclOrFunctionDefInternal()
H A DParseDecl.cpp2124 return Actions.BuildDeclaratorGroup(decls); in ParseSimpleDeclaration()
5995 return Actions.BuildDeclaratorGroup(DeclsInGroup); in ParseTopLevelStmtDecl()
H A DParseOpenMP.cpp2361 return Actions.BuildDeclaratorGroup(Decls); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3692 DeclGroupPtrTy BuildDeclaratorGroup(MutableArrayRef<Decl *> Group);