Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:SmallVector

111     SmallVector<ObjCImplementationDecl *, 8> ClassImplementation;
112 SmallVector<ObjCCategoryImplDecl *, 8> CategoryImplementation;
117 SmallVector<ObjCInterfaceDecl*, 32> ObjCInterfacesSeen;
119 SmallVector<ObjCInterfaceDecl*, 8> DefinedNonLazyClasses;
122 SmallVector<ObjCCategoryDecl *, 8> DefinedNonLazyCategories;
124 SmallVector<Stmt *, 32> Stmts;
125 SmallVector<int, 8> ObjCBcLabelNo;
132 SmallVector<BlockExpr *, 32> Blocks;
133 SmallVector<int, 32> InnerDeclRefsCount;
134 SmallVector<DeclRefExpr *, 32> InnerDeclRefs;
136 SmallVector<DeclRefExpr *, 32> BlockDeclRefs;
140 SmallVector<ValueDecl *, 8> BlockByCopyDecls;
142 SmallVector<ValueDecl *, 8> BlockByRefDecls;
158 SmallVector<FunctionDecl*, 32> FunctionDefinitionsSeen;
756 SmallVector<Decl *, 8> DG;
781 SmallVector<Decl *, 8> DG;
1445 SmallVector<Expr*, 2> Args;
1468 SmallVector<SourceLocation, 1> SelLocs;
1532 SmallVector<Expr*, 1> Args;
1552 SmallVector<SourceLocation, 1> SelLocs;
2105 SmallVector<Expr*, 8> SelExprs;
2338 SmallVector<QualType, 16> ArgTys;
2433 SmallVector<QualType, 16> ArgTys;
2450 SmallVector<QualType, 16> ArgTys;
2469 SmallVector<QualType, 2> ArgTys;
2483 SmallVector<QualType, 16> ArgTys;
2504 SmallVector<QualType, 2> ArgTys;
2519 SmallVector<QualType, 16> ArgTys;
2538 SmallVector<QualType, 16> ArgTys;
2553 SmallVector<QualType, 16> ArgTys;
2568 SmallVector<QualType, 16> ArgTys;
2655 SmallVector<Expr*, 4> MsgExprs;
2656 SmallVector<Expr*, 4> ClsExprs;
2670 SmallVector<Expr*, 4> SelExprs;
2689 SmallVector<QualType, 4> ArgTypes;
2748 SmallVector<Expr*, 16> InitExprs;
2779 SmallVector<Expr*, 32> MsgExprs;
2780 SmallVector<Expr*, 4> ClsExprs;
2795 SmallVector<Expr*, 4> SelExprs;
2813 SmallVector<QualType, 4> ArgTypes;
2872 SmallVector<Expr*, 16> KeyExprs;
2873 SmallVector<Expr*, 16> ValueExprs;
2927 SmallVector<Expr*, 32> MsgExprs;
2928 SmallVector<Expr*, 4> ClsExprs;
2943 SmallVector<Expr*, 4> SelExprs;
2963 SmallVector<QualType, 8> ArgTypes;
3265 SmallVector<Expr*, 8> MsgExprs;
3275 SmallVector<Expr*, 4> InitExprs;
3289 SmallVector<Expr*, 8> ClsExprs;
3352 SmallVector<Expr*, 8> ClsExprs;
3372 SmallVector<Expr*, 4> InitExprs;
3384 SmallVector<Expr*, 8> ClsExprs;
3459 SmallVector<Expr*, 8> SelExprs;
3522 SmallVector<QualType, 8> ArgTypes;
3832 SmallVector<const ObjCIvarDecl *, 8> IVars;
3878 SmallVector<ObjCIvarDecl *, 8> IVars;
3954 SmallVector<ObjCIvarDecl *, 8> IVars;
4608 SmallVector<QualType, 8> ArgTypes;
4675 SmallVector<QualType, 8> ArgTypes;
4715 SmallVector<Expr*, 8> BlkExprs;
5366 SmallVector<Expr*, 4> InitExprs;
5554 SmallVector<DeclRefExpr *, 8> InnerBlockDeclRefs;
6860 SmallVector<ObjCIvarDecl *, 8> Ivars;
6976 SmallVector<ObjCProtocolDecl *, 8> SuperProtocols(PDecl->protocols());
6998 SmallVector<ObjCPropertyDecl *, 8> ProtocolProperties(PDecl->properties());
7145 SmallVector<ObjCIvarDecl *, 8> IVars;
7160 SmallVector<ObjCMethodDecl *, 32> InstanceMethods(IDecl->instance_methods());
7186 SmallVector<ObjCMethodDecl *, 32> ClassMethods(IDecl->class_methods());
7211 SmallVector<ObjCPropertyDecl *, 8> ClassProperties(CDecl->properties());
7412 SmallVector<ObjCMethodDecl *, 32> InstanceMethods(IDecl->instance_methods());
7436 SmallVector<ObjCMethodDecl *, 32> ClassMethods(IDecl->class_methods());
7444 SmallVector<ObjCProtocolDecl *, 8> RefedProtocols(CDecl->protocols());
7456 SmallVector<ObjCPropertyDecl *, 8> ClassProperties(CDecl->properties());