Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/
H A DClangTidyOptions.h44 std::vector<FileFilter> LineFilter; global() member
H A DClangTidyOptions.cpp464 parseLineFilter(StringRef LineFilter,clang::tidy::ClangTidyGlobalOptions & Options) parseLineFilter() argument
/llvm-project/clang-tools-extra/clang-tidy/tool/
H A DClangTidyMain.cpp157 static cl::opt<std::string> LineFilter("line-filter", desc(R"( global() variable