Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DRegisterNumber.h53 typedef std::map<lldb::RegisterKind, uint32_t> Collection; typedef
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DRangeMap.h142 typedef llvm::SmallVector<Entry, N> Collection; typedef
346 typedef std::vector<Entry> Collection; typedef
640 typedef llvm::SmallVector<Entry, N> Collection; typedef
864 typedef llvm::SmallVector<Entry, N> Collection; typedef
/freebsd-12.1/contrib/llvm/tools/llvm-xray/
H A Dxray-graph-diff.cpp310 template <typename T> static bool containsNullptr(const T &Collection) { in containsNullptr()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp377 TypeCollectionPtr &Collection = (Kind == kIds) ? Ids : Types; in getOrCreateTypeCollection() local
/freebsd-12.1/contrib/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp104 std::map<std::pair<StringRef, uint64_t>, StringRef> &Collection) { in collectRelocationOffsets() argument
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp1607 ExprResult Collection; in ParseForStatement() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp1673 if (const Stmt *Collection = S->getCollection()) in VisitObjCForCollectionStmt() local
2054 static bool ObjCEnumerationCollection(Expr *Collection) { in ObjCEnumerationCollection()
H A DTreeTransform.h1970 Expr *Collection, in RebuildObjCForCollectionStmt()
7364 ExprResult Collection = getDerived().TransformExpr(S->getCollection()); in TransformObjCForCollectionStmt() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjC.cpp1609 llvm::Value *Collection; in EmitObjCForCollectionStmt() local