Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/unittests/
H A DTestTU.h35 struct TestTU { struct
36 static TestTU withCode(llvm::StringRef Code) { in withCode() argument
42 static TestTU withHeaderCode(llvm::StringRef HeaderCode) { in withHeaderCode() argument
50 std::string Filename = "TestTU.cpp"; argument
54 std::string HeaderFilename = "TestTU.h"; argument
57 llvm::StringMap<std::string> AdditionalFiles;
60 std::vector<std::string> ExtraArgs;
63 bool PredefineMacros = false;
65 TidyProvider ClangTidyProvider = {};
67 const SymbolIndex *ExternalIndex = nullptr;
[all …]