Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeCompletion/
H A Dtemplate-signature.cpp22 struct Collection { Container<Element> container; }; argument
/llvm-project-15.0.7/clang/test/Analysis/
H A Dobjc-live-crash.mm9 @interface Collection interface
H A Dlive-stmts.mm9 @interface Collection interface
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DRegisterNumber.h50 typedef std::map<lldb::RegisterKind, uint32_t> Collection; typedef
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/GSYM/
H A DLineTable.h119 typedef std::vector<gsym::LineEntry> Collection; typedef
/llvm-project-15.0.7/llvm/tools/llvm-debuginfod/
H A Dllvm-debuginfod.cpp79 DebuginfodCollection Collection(Paths, Log, Pool, MinInterval); in main() local
/llvm-project-15.0.7/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h138 DebuginfodCollection &Collection; member
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dmethod-undef-category-warn-1.m65 @protocol Collection protocol
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DRangeMap.h136 typedef llvm::SmallVector<Entry, N> Collection; typedef
440 typedef llvm::SmallVector<AugmentedEntry, N> Collection; typedef
719 typedef llvm::SmallVector<Entry, N> Collection; typedef
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerRegistryData.h179 binaryFind(CheckerOrPackageInfoList &Collection, StringRef FullName) { in binaryFind()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DElseAfterReturnCheck.cpp34 SmallVectorImpl<SourceRange> &Collection = Collections[SM.getFileID(Loc)]; in Endif() local
/llvm-project-15.0.7/llvm/tools/llvm-xray/
H A Dxray-graph-diff.cpp297 template <typename T> static bool containsNullptr(const T &Collection) { in containsNullptr()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp79 SmallVector<SUnit *, 32> Collection; member in __anona5db2d930111::SchedGroup
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp427 TypeCollectionPtr &Collection = (Kind == kIds) ? Ids : Types; in getOrCreateTypeCollection() local
/llvm-project-15.0.7/llvm/lib/Debuginfod/
H A DDebuginfod.cpp476 DebuginfodCollection &Collection) in DebuginfodServer()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp391 static void insertOptionToCollection(StringRef FullName, T &Collection, in insertOptionToCollection()
/llvm-project-15.0.7/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp109 std::map<std::pair<StringRef, uint64_t>, StringRef> &Collection) { in collectRelocationOffsets() argument
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmt.cpp1962 ExprResult Collection; in ParseForStatement() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp2061 if (const Stmt *Collection = S->getCollection()) in VisitObjCForCollectionStmt() local
2450 static bool ObjCEnumerationCollection(Expr *Collection) { in ObjCEnumerationCollection()
H A DTreeTransform.h2347 Expr *Collection, in RebuildObjCForCollectionStmt()
8196 ExprResult Collection = getDerived().TransformExpr(S->getCollection()); in TransformObjCForCollectionStmt() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjC.cpp1761 llvm::Value *Collection; in EmitObjCForCollectionStmt() local