Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeCompletion/
H A Dtemplate-signature.cpp22 struct Collection { Container<Element> container; }; struct
/llvm-project/clang/test/Analysis/
H A Dlive-stmts.mm9 @interface Collection interface
H A Dobjc-live-crash.mm9 @interface Collection interface
/llvm-project/lldb/include/lldb/Target/
H A DRegisterNumber.h50 typedef std::map<lldb::RegisterKind, uint32_t> Collection; typedef
/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLineTable.h119 typedef std::vector<gsym::LineEntry> Collection; typedef
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp152 SmallVector<SUnit *, 32> Collection; global() member in __anonc429d1160111::SchedGroup
946 apply(const SUnit * SU,const ArrayRef<SUnit * > Collection,SmallVectorImpl<SchedGroup> & SyncPipe) apply() argument
980 apply(const SUnit * SU,const ArrayRef<SUnit * > Collection,SmallVectorImpl<SchedGroup> & SyncPipe) apply() argument
1022 apply(const SUnit * SU,const ArrayRef<SUnit * > Collection,SmallVectorImpl<SchedGroup> & SyncPipe) apply() argument
1071 apply(const SUnit * SU,const ArrayRef<SUnit * > Collection,SmallVectorImpl<SchedGroup> & SyncPipe) apply() argument
1112 apply(const SUnit * SU,const ArrayRef<SUnit * > Collection,SmallVectorImpl<SchedGroup> & SyncPipe) apply() argument
1147 apply(const SUnit * SU,const ArrayRef<SUnit * > Collection,SmallVectorImpl<SchedGroup> & SyncPipe) apply() argument
1160 apply(const SUnit * SU,const ArrayRef<SUnit * > Collection,SmallVectorImpl<SchedGroup> & SyncPipe) apply() argument
1172 apply(const SUnit * SU,const ArrayRef<SUnit * > Collection,SmallVectorImpl<SchedGroup> & SyncPipe) apply() argument
1187 apply(const SUnit * SU,const ArrayRef<SUnit * > Collection,SmallVectorImpl<SchedGroup> & SyncPipe) apply() argument
1224 apply(const SUnit * SU,const ArrayRef<SUnit * > Collection,SmallVectorImpl<SchedGroup> & SyncPipe) apply() argument
1259 apply(const SUnit * SU,const ArrayRef<SUnit * > Collection,SmallVectorImpl<SchedGroup> & SyncPipe) apply() argument
1277 apply(const SUnit * SU,const ArrayRef<SUnit * > Collection,SmallVectorImpl<SchedGroup> & SyncPipe) apply() argument
1319 apply(const SUnit * SU,const ArrayRef<SUnit * > Collection,SmallVectorImpl<SchedGroup> & SyncPipe) apply() argument
1863 apply(const SUnit * SU,const ArrayRef<SUnit * > Collection,SmallVectorImpl<SchedGroup> & SyncPipe) apply() argument
1896 apply(const SUnit * SU,const ArrayRef<SUnit * > Collection,SmallVectorImpl<SchedGroup> & SyncPipe) apply() argument
1934 apply(const SUnit * SU,const ArrayRef<SUnit * > Collection,SmallVectorImpl<SchedGroup> & SyncPipe) apply() argument
1966 apply(const SUnit * SU,const ArrayRef<SUnit * > Collection,SmallVectorImpl<SchedGroup> & SyncPipe) apply() argument
2007 apply(const SUnit * SU,const ArrayRef<SUnit * > Collection,SmallVectorImpl<SchedGroup> & SyncPipe) apply() argument
[all...]
/llvm-project/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h158 DebuginfodCollection &Collection; member
/llvm-project/clang/test/SemaObjC/
H A Dmethod-undef-category-warn-1.m63 @protocol Collection protocol
/llvm-project/llvm/tools/llvm-debuginfod/
H A Dllvm-debuginfod.cpp132 DebuginfodCollection Collection(Paths, Log, Pool, MinInterval); llvm_debuginfod_main() local
/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h141 typedef llvm::SmallVector<Entry, N> Collection; typedef
445 typedef llvm::SmallVector<AugmentedEntry, N> Collection; global() typedef
741 typedef llvm::SmallVector<Entry, N> Collection; global() typedef
[all...]
/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerRegistryData.h179 binaryFind(CheckerOrPackageInfoList &Collection, StringRef FullName) { in binaryFind()
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DElseAfterReturnCheck.cpp32 SmallVectorImpl<SourceRange> &Collection = Collections[SM.getFileID(Loc)]; in Endif() local
/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph-diff.cpp296 template <typename T> static bool containsNullptr(const T &Collection) { in containsNullptr()
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp428 TypeCollectionPtr &Collection = (Kind == kIds) ? Ids : Types; in getOrCreateTypeCollection() local
/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp390 static void insertOptionToCollection(StringRef FullName, T &Collection, in insertOptionToCollection()
/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp559 DebuginfodCollection &Collection) in DebuginfodServer()
/llvm-project/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp109 std::map<std::pair<StringRef, uint64_t>, StringRef> &Collection) { in collectRelocationOffsets() argument
/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2044 ExprResult Collection; ParseForStatement() local
/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2094 if (const Stmt *Collection = S->getCollection()) VisitObjCForCollectionStmt() local
2329 ObjCEnumerationCollection(Expr * Collection) ObjCEnumerationCollection() argument
H A DTreeTransform.h2522 RebuildObjCForCollectionStmt(SourceLocation ForLoc,Stmt * Element,Expr * Collection,SourceLocation RParenLoc,Stmt * Body) RebuildObjCForCollectionStmt() argument
8750 ExprResult Collection = getDerived().TransformExpr(S->getCollection()); TransformObjCForCollectionStmt() local
/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp1805 llvm::Value *Collection; EmitObjCForCollectionStmt() local