Searched defs:Collection (Results 1 – 10 of 10) sorted by relevance
81 Collection() {} in Collection() function
22 class Collection; variable34 virtual void VisitCollection(Collection*) {} in VisitCollection() argument203 Collection(RecordInfo* info, bool on_heap, bool is_root) in Collection() function
23 void RecursiveEdgeVisitor::AtCollection(Collection*) {} in AtCollection() argument
65 @protocol Collection protocol
176 typedef llvm::SmallVector<Entry, N> Collection; typedef456 typedef std::vector<Entry> Collection; typedef800 typedef llvm::SmallVector<Entry, N> Collection; typedef1062 typedef std::vector<Entry> Collection; typedef1411 typedef llvm::SmallVector<Entry, N> Collection; typedef
122 def Collection(typ, *items): function
1490 ExprResult Collection; in ParseForStatement() local
1465 llvm::Value *Collection; in EmitObjCForCollectionStmt() local
1876 static bool ObjCEnumerationCollection(Expr *Collection) { in ObjCEnumerationCollection()
1542 Expr *Collection, in RebuildObjCForCollectionStmt()6086 ExprResult Collection = getDerived().TransformExpr(S->getCollection()); in TransformObjCForCollectionStmt() local