Home
last modified time | relevance | path

Searched refs:PathList (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/tool/
H A DClangTidyMain.cpp506 auto PathList = OptionsParser->getSourcePathList(); in clangTidyMain() local
507 if (!PathList.empty()) { in clangTidyMain()
508 FileName = PathList.front(); in clangTidyMain()
592 if (PathList.empty()) { in clangTidyMain()
605 runClangTidy(Context, OptionsParser->getCompilations(), PathList, BaseFS, in clangTidyMain()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/
H A Dsource.pass.cpp127 for (auto const& MS : PathList) { in main()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/
H A Dsource.pass.cpp237 for (auto const& MS : PathList) { in main()
/llvm-project-15.0.7/libcxx/test/support/
H A Dfilesystem_test_helper.h450 const MultiStringType PathList[] = { variable
494 const unsigned PathListSize = sizeof(PathList) / sizeof(MultiStringType);