/llvm-project/clang/test/CodeCompletion/ |
H A D | template-signature.cpp | 22 struct Collection { Container<Element> container; }; struct
|
/llvm-project/clang/test/Analysis/ |
H A D | live-stmts.mm | 9 @interface Collection interface
|
H A D | objc-live-crash.mm | 9 @interface Collection interface
|
/llvm-project/lldb/include/lldb/Target/ |
H A D | RegisterNumber.h | 50 typedef std::map<lldb::RegisterKind, uint32_t> Collection; typedef
|
/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | LineTable.h | 119 typedef std::vector<gsym::LineEntry> Collection; typedef
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUIGroupLP.cpp | 152 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 D | Debuginfod.h | 158 DebuginfodCollection &Collection; member
|
/llvm-project/clang/test/SemaObjC/ |
H A D | method-undef-category-warn-1.m | 63 @protocol Collection protocol
|
/llvm-project/llvm/tools/llvm-debuginfod/ |
H A D | llvm-debuginfod.cpp | 132 DebuginfodCollection Collection(Paths, Log, Pool, MinInterval); llvm_debuginfod_main() local
|
/llvm-project/lldb/include/lldb/Utility/ |
H A D | RangeMap.h | 141 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 D | CheckerRegistryData.h | 179 binaryFind(CheckerOrPackageInfoList &Collection, StringRef FullName) { in binaryFind()
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | ElseAfterReturnCheck.cpp | 32 SmallVectorImpl<SourceRange> &Collection = Collections[SM.getFileID(Loc)]; in Endif() local
|
/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-graph-diff.cpp | 296 template <typename T> static bool containsNullptr(const T &Collection) { in containsNullptr()
|
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | InputFile.cpp | 428 TypeCollectionPtr &Collection = (Kind == kIds) ? Ids : Types; in getOrCreateTypeCollection() local
|
/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
H A D | CheckerRegistry.cpp | 390 static void insertOptionToCollection(StringRef FullName, T &Collection, in insertOptionToCollection()
|
/llvm-project/llvm/lib/Debuginfod/ |
H A D | Debuginfod.cpp | 559 DebuginfodCollection &Collection) in DebuginfodServer()
|
/llvm-project/llvm/tools/llvm-cxxdump/ |
H A D | llvm-cxxdump.cpp | 109 std::map<std::pair<StringRef, uint64_t>, StringRef> &Collection) { in collectRelocationOffsets() argument
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 2044 ExprResult Collection; ParseForStatement() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 2094 if (const Stmt *Collection = S->getCollection()) VisitObjCForCollectionStmt() local 2329 ObjCEnumerationCollection(Expr * Collection) ObjCEnumerationCollection() argument
|
H A D | TreeTransform.h | 2522 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 D | CGObjC.cpp | 1805 llvm::Value *Collection; EmitObjCForCollectionStmt() local
|