Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/
H A DGlobList.cpp17 static bool consumeNegativeIndicator(StringRef &GlobList) { in consumeNegativeIndicator()
25 static llvm::StringRef extractNextGlob(StringRef &GlobList) { in extractNextGlob()
46 GlobList::GlobList(StringRef Globs, bool KeepNegativeGlobs /* =true */) { in GlobList() function in clang::tidy::GlobList