Home
last modified time | relevance | path

Searched defs:Collection (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Dmethod-undef-category-warn-1.m65 @protocol Collection protocol
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-vtabledump/
H A Dllvm-vtabledump.cpp117 std::map<std::pair<StringRef, uint64_t>, StringRef> &Collection) { in collectRelocationOffsets() argument
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseStmt.cpp1489 ExprResult Collection; in ParseForStatement() local
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp1460 llvm::Value *Collection; in EmitObjCForCollectionStmt() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp1904 static bool ObjCEnumerationCollection(Expr *Collection) { in ObjCEnumerationCollection()
H A DTreeTransform.h1592 Expr *Collection, in RebuildObjCForCollectionStmt()
6325 ExprResult Collection = getDerived().TransformExpr(S->getCollection()); in TransformObjCForCollectionStmt() local