Searched refs:DeclsInGroup (Results 1 – 5 of 5) sorted by relevance
| /trueos/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaDeclObjC.cpp | 832 SmallVector<Decl *, 8> DeclsInGroup; in ActOnForwardProtocolDeclaration() local 851 DeclsInGroup.push_back(PDecl); in ActOnForwardProtocolDeclaration() 854 return BuildDeclaratorGroup(DeclsInGroup, false); in ActOnForwardProtocolDeclaration() 1102 SmallVector<Decl *, 64> DeclsInGroup; in ActOnFinishObjCImplementation() local 1103 DeclsInGroup.reserve(Decls.size() + 1); in ActOnFinishObjCImplementation() 1111 DeclsInGroup.push_back(Dcl); in ActOnFinishObjCImplementation() 1114 DeclsInGroup.push_back(ObjCImpDecl); in ActOnFinishObjCImplementation() 1116 return BuildDeclaratorGroup(DeclsInGroup, false); in ActOnFinishObjCImplementation() 1949 SmallVector<Decl *, 8> DeclsInGroup; in ActOnForwardClassDeclaration() local 2008 DeclsInGroup.push_back(IDecl); in ActOnForwardClassDeclaration() [all …]
|
| /trueos/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseStmt.cpp | 867 SmallVector<Decl *, 8> DeclsInGroup; in ParseCompoundStatementBody() local 876 DeclsInGroup.push_back(Actions.LookupOrCreateLabel(II, IdLoc, LabelLoc)); in ParseCompoundStatementBody() 885 Actions.FinalizeDeclaratorGroup(getCurScope(), DS, DeclsInGroup); in ParseCompoundStatementBody()
|
| HD | ParseObjc.cpp | 1581 SmallVector<Decl *, 8> DeclsInGroup; in ParseObjCAtImplementationDeclaration() local 1591 DeclsInGroup.append(DG.begin(), DG.end()); in ParseObjCAtImplementationDeclaration() 1596 return Actions.ActOnFinishObjCImplementation(ObjCImpDecl, DeclsInGroup); in ParseObjCAtImplementationDeclaration()
|
| HD | ParseDeclCXX.cpp | 2225 SmallVector<Decl *, 8> DeclsInGroup; in ParseCXXClassMemberDeclaration() local 2362 DeclsInGroup.push_back(ThisDecl); in ParseCXXClassMemberDeclaration() 2416 Actions.FinalizeDeclaratorGroup(getCurScope(), DS, DeclsInGroup); in ParseCXXClassMemberDeclaration()
|
| HD | ParseDecl.cpp | 1668 SmallVector<Decl *, 8> DeclsInGroup; in ParseDeclGroup() local 1674 DeclsInGroup.push_back(FirstDecl); in ParseDeclGroup() 1711 DeclsInGroup.push_back(ThisDecl); in ParseDeclGroup() 1732 return Actions.FinalizeDeclaratorGroup(getCurScope(), DS, DeclsInGroup); in ParseDeclGroup()
|