Searched defs:Collection (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterNumber.h50 typedef std::map<lldb::RegisterKind, uint32_t> Collection; typedef in class:RegisterNumber
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLineTable.h119 typedef std::vector<gsym::LineEntry> Collection; typedef in class:llvm::gsym::LineTable
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph-diff.cpp296 template <typename T> static bool containsNullptr(const T &Collection) { argument
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp380 TypeCollectionPtr &Collection = (Kind == kIds) ? Ids : Types; local
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h133 typedef llvm::SmallVector<Entry, N> Collection; typedef in class:lldb_private::RangeArray
337 typedef std::vector<Entry> Collection; typedef in class:lldb_private::RangeVector
610 typedef llvm::SmallVector<Entry, N> Collection; typedef in class:lldb_private::RangeDataVector
843 typedef llvm::SmallVector<Entry, N> Collection; typedef in class:lldb_private::AddressDataArray
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp58 binaryFind(CheckerOrPackageInfoList &Collection, StringRef FullName) { argument
362 insertOptionToCollection(StringRef FullName, T &Collection, argument
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp105 collectRelocationOffsets( const ObjectFile *Obj, const SectionRef &Sec, uint64_t SecAddress, uint64_t SymAddress, uint64_t SymSize, StringRef SymName, std::map<std::pair<StringRef, uint64_t>, StringRef> &Collection) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1766 ExprResult Collection; local
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp1684 llvm::Value *Collection; local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2070 static bool ObjCEnumerationCollection(Expr *Collection) { argument
H A DTreeTransform.h2058 RebuildObjCForCollectionStmt(SourceLocation ForLoc, Stmt *Element, Expr *Collection, SourceLocation RParenLoc, Stmt *Body) argument

Completed in 301 milliseconds