Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreterUtils.cpp42 Sema::DeclGroupPtrTy DeclGroupPtr = S.BuildDeclaratorGroup(DeclsInGroup); in CreateDGPtrFrom()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp836 return Actions.BuildDeclaratorGroup(DeclsInGroup); in ParseUsingDeclaration()
2904 return Actions.BuildDeclaratorGroup(decls); in ParseCXXClassMemberDeclaration()
2958 return Actions.BuildDeclaratorGroup(Decls); in ParseCXXClassMemberDeclaration()
H A DParser.cpp1136 return Actions.BuildDeclaratorGroup(decls); in ParseDeclOrFunctionDefInternal()
H A DParseDecl.cpp1967 return Actions.BuildDeclaratorGroup(decls); in ParseSimpleDeclaration()
5721 return Actions.BuildDeclaratorGroup(DeclsInGroup); in ParseTopLevelStmtDecl()
H A DParseOpenMP.cpp2214 return Actions.BuildDeclaratorGroup(Decls); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1814 return SemaRef.BuildDeclaratorGroup(DeclsInGroup); in ActOnForwardProtocolDeclaration()
2142 return SemaRef.BuildDeclaratorGroup(DeclsInGroup); in ActOnFinishObjCImplementation()
3162 return SemaRef.BuildDeclaratorGroup(DeclsInGroup); in ActOnForwardClassDeclaration()
H A DSemaStmt.cpp2499 BuildDeclaratorGroup(MutableArrayRef<Decl *>((Decl **)&RangeVar, 1)); in ActOnCXXForRangeStmt()
H A DSemaDecl.cpp15152 return BuildDeclaratorGroup(Decls); in FinalizeDeclaratorGroup()
15156 Sema::BuildDeclaratorGroup(MutableArrayRef<Decl *> Group) { in BuildDeclaratorGroup() function in Sema
H A DTreeTransform.h1504 Sema::DeclGroupPtrTy DG = getSema().BuildDeclaratorGroup(Decls); in RebuildDeclStmt()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4106 DeclGroupPtrTy BuildDeclaratorGroup(MutableArrayRef<Decl *> Group);