Searched defs:Collection (Results 1 – 8 of 8) sorted by relevance
81 Collection() {} in Collection() function
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
65 @protocol Collection protocol
117 std::map<std::pair<StringRef, uint64_t>, StringRef> &Collection) { in collectRelocationOffsets() argument
1504 ExprResult Collection; in ParseForStatement() local
1456 llvm::Value *Collection; in EmitObjCForCollectionStmt() local
1900 static bool ObjCEnumerationCollection(Expr *Collection) { in ObjCEnumerationCollection()
1592 Expr *Collection, in RebuildObjCForCollectionStmt()6348 ExprResult Collection = getDerived().TransformExpr(S->getCollection()); in TransformObjCForCollectionStmt() local