#include <TweakTesting.h>
|
| TweakTest (const char *TweakID) |
|
std::string | apply (llvm::StringRef MarkedCode, llvm::StringMap< std::string > *EditedFiles=nullptr) const |
|
::testing::Matcher< llvm::StringRef > | isAvailable () const |
|
|
static std::vector< std::string > | expandCases (llvm::StringRef MarkedCode) |
|
Definition at line 40 of file TweakTesting.h.
◆ CodeContext
Enumerator |
---|
File | |
Function | |
Expression | |
Definition at line 46 of file TweakTesting.h.
◆ TweakTest()
clang::clangd::TweakTest::TweakTest |
( |
const char * |
TweakID | ) |
|
|
inlineprotected |
◆ apply()
std::string clang::clangd::TweakTest::apply |
( |
llvm::StringRef |
MarkedCode, |
|
|
llvm::StringMap< std::string > * |
EditedFiles = nullptr |
|
) |
| const |
|
protected |
◆ expandCases()
std::vector< std::string > clang::clangd::TweakTest::expandCases |
( |
llvm::StringRef |
MarkedCode | ) |
|
|
staticprotected |
◆ isAvailable()
testing::Matcher< llvm::StringRef > clang::clangd::TweakTest::isAvailable |
( |
| ) |
const |
|
protected |
◆ Context
◆ ExtraArgs
std::vector<std::string> clang::clangd::TweakTest::ExtraArgs |
|
protected |
◆ ExtraFiles
llvm::StringMap<std::string> clang::clangd::TweakTest::ExtraFiles |
◆ FileName
llvm::StringRef clang::clangd::TweakTest::FileName = "TestTU.cpp" |
|
protected |
◆ Header
std::string clang::clangd::TweakTest::Header |
|
protected |
◆ Index
std::unique_ptr<const SymbolIndex> clang::clangd::TweakTest::Index = nullptr |
|
protected |
The documentation for this class was generated from the following files: