Home
last modified time | relevance | path

Searched refs:GlobListItem (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/
DGlobList.h40 struct GlobListItem { struct
44 SmallVector<GlobListItem, 0> Items; argument
DGlobList.cpp48 GlobListItem Item; in GlobList()
58 for (const GlobListItem &Item : llvm::reverse(Items)) { in contains()