Home
last modified time | relevance | path

Searched defs:Items (Results 1 – 25 of 25) sorted by relevance

/llvm-project/clang-tools-extra/clangd/unittests/
H A DCallHierarchyTests.cpp78 std::vector<CallHierarchyItem> Items = TEST() local
123 std::vector<CallHierarchyItem> Items = TEST() local
166 std::vector<CallHierarchyItem> Items = TEST() local
199 std::vector<CallHierarchyItem> Items = TEST() local
265 std::vector<CallHierarchyItem> Items = TEST() local
374 std::vector<CallHierarchyItem> Items = TEST() local
436 std::vector<CallHierarchyItem> Items = TEST() local
[all...]
H A DClangdLSPServerTests.cpp274 auto Items = Client TEST_F() local
/llvm-project/llvm/include/llvm/FuzzMutate/
H A DRandom.h53 template <typename RangeT> ReservoirSampler &sample(RangeT &&Items) { in sample()
75 ReservoirSampler<ElT, GenT> makeSampler(GenT &RandGen, RangeT &&Items) { in makeSampler()
/llvm-project/clang-tools-extra/clang-tidy/
H A DGlobList.h49 SmallVector<GlobListItem, 0> Items; variable
/llvm-project/llvm/docs/
H A DGettingStarted.rst736 Program LayoutOptional Configuration Items global() argument
737 general layoutOptional Configuration Items global() argument
/llvm-project/lldb/tools/lldb-test/
H A DFormatUtil.h48 template <typename... Ts> void formatLine(const char *Fmt, Ts &&... Items) { in formatLine()
/llvm-project/llvm/unittests/FuzzMutate/
H A DReservoirSamplerTest.cpp33 std::vector<int> Items = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in TEST() local
/llvm-project/llvm/include/llvm/Support/
H A DBinaryItemStream.h97 ArrayRef<T> Items; variable
H A DOnDiskHashTable.h367 const unsigned char *Items = Base + Offset; variable
/llvm-project/llvm/lib/ProfileData/
H A DMemProfReader.cpp96 llvm::SmallVector<SegmentEntry> Items; readSegmentEntries() local
111 llvm::SmallVector<std::pair<uint64_t, MemInfoBlock>> Items; readMemInfoBlocksV3() local
141 llvm::SmallVector<std::pair<uint64_t, MemInfoBlock>> Items; readMemInfoBlocksV4() local
171 CallStackMap Items; readStackInfo() local
[all...]
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenHwModes.h41 std::vector<PairType> Items; member
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DLinePrinter.h63 template <typename... Ts> void formatLine(const char *Fmt, Ts &&...Items) { in formatLine()
66 template <typename... Ts> void format(const char *Fmt, Ts &&...Items) { in format()
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dlist_test.cpp18 static ListItem Items[6]; global() variable
[all...]
/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h469 join_items_size(Args &&...Items) join_items_size() argument
495 join_items(Sep Separator,Args &&...Items) join_items() argument
[all...]
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DArrayList.h108 ArrayTy Items; member
/llvm-project/clang-tools-extra/pseudo/include/clang-pseudo/grammar/
H A DLRGraph.h
/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp601 collectEnumEntries(GenericEnum & Enum,StringRef NameField,StringRef ValueField,const std::vector<Record * > & Items) collectEnumEntries() argument
630 collectTableEntries(GenericTable & Table,const std::vector<Record * > & Items) collectTableEntries() argument
808 std::vector<Record *> Items = Records.getAllDerivedDefinitions(TableName); run() local
[all...]
/llvm-project/llvm/unittests/ADT/
H A DStringExtrasTest.cpp63 ContainerT Items; testJoin() local
[all...]
/llvm-project/clang/lib/AST/
H A DParentMapContext.cpp81 llvm::SmallVector<DynTypedNode, 2> Items; member in ParentMapContext::ParentMap::ParentVector
/llvm-project/llvm/tools/llvm-rc/
H A DResourceScriptStmt.h605 MenuResource(OptionalStmtList &&OptStmts, MenuDefinitionList &&Items, in MenuResource() argument
624 MenuExResource(MenuDefinitionList &&Items, uint16_t Flags) in MenuExResource() argument
/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp541 TopLevelItems Items; global() member
566 TopLevelItems Items; global() member
/llvm-project/clang-tools-extra/clangd/
H A DClangdLSPServer.cpp863 __anon6cabf51d0802(llvm::Expected<std::vector<SymbolInformation>> Items) onWorkspaceSymbol() argument
1007 __anon6cabf51d0e02( llvm::Expected<std::vector<DocumentSymbol>> Items) onDocumentSymbol() argument
[all...]
/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A Daarch32.cpp272 static constexpr size_t Items = LastRelocation + 1; global() member in llvm::jitlink::aarch32::__anonce98c4e40111::FixupInfoTable
/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp3570 std::vector<StringRef> Items = R->getValueAsListOfStrings(ListName); GenerateTargetSpecificAttrCheck() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4853 const int Items = Op.getOperand(0).getValueSizeInBits() / BitWidth; ComputeNumSignBits() local