Home
last modified time | relevance | path

Searched refs:FileList (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/unittests/InstallAPI/
H A DFileListTest.cpp31 TEST(FileList, Version3) { in TEST() argument
62 TEST(FileList, Version1) { in TEST() argument
85 TEST(FileList, Version2) { in TEST() argument
107 TEST(FileList, MissingVersion) { in TEST() argument
129 TEST(FileList, InvalidTypes) { in TEST() argument
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DDuplicateIncludeCheck.cpp31 using FileList = SmallVector<StringRef>; typedef
62 SmallVector<FileList> Files;
/llvm-project/clang/lib/InstallAPI/
H A DCMakeLists.txt13 FileList.cpp
/llvm-project/llvm/utils/gn/secondary/clang/lib/InstallAPI/
H A DBUILD.gn14 "FileList.cpp",
/llvm-project/llvm/tools/llvm-libtool-darwin/
H A Dllvm-libtool-darwin.cpp84 static std::string FileList;
147 std::tie(FileName, DirName) = StringRef(FileList).rsplit(","); in processFileList()
658 FileList = A->getValue(); in parseRawArgs()
707 if (!FileList.empty()) in parseCommandLine()
82 static std::string FileList; global() variable