Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp1700 return BuildDeclaratorGroup(DeclsInGroup, false); in ActOnForwardProtocolDeclaration()
1990 return BuildDeclaratorGroup(DeclsInGroup, false); in ActOnFinishObjCImplementation()
3011 return BuildDeclaratorGroup(DeclsInGroup, false); in ActOnForwardClassDeclaration()
DSemaStmt.cpp1986 BuildDeclaratorGroup(MutableArrayRef<Decl *>((Decl **)&RangeVar, 1), in ActOnCXXForRangeStmt()
2320 BuildDeclaratorGroup(MutableArrayRef<Decl *>(BeginEndDecls, 2), in BuildCXXForRangeStmt()
DSemaDecl.cpp10282 return BuildDeclaratorGroup(Decls, DS.containsPlaceholderType()); in FinalizeDeclaratorGroup()
10288 Sema::BuildDeclaratorGroup(MutableArrayRef<Decl *> Group, in BuildDeclaratorGroup() function in Sema
DTreeTransform.h1254 Sema::DeclGroupPtrTy DG = getSema().BuildDeclaratorGroup(Decls); in RebuildDeclStmt()
/external/clang/include/clang/Sema/
DSema.h1727 DeclGroupPtrTy BuildDeclaratorGroup(MutableArrayRef<Decl *> Group,