Searched refs:TweakTest (Results 1 – 2 of 2) sorted by relevance
22 using Context = TweakTest::CodeContext;26 case TweakTest::File: in wrapping()28 case TweakTest::Function: in wrapping()30 case TweakTest::Expression: in wrapping()84 std::string TweakTest::apply(llvm::StringRef MarkedCode, in apply()128 bool TweakTest::isAvailable(WrappedAST &AST, in isAvailable()142 TweakTest::WrappedAST TweakTest::build(llvm::StringRef Code) const { in build()152 std::string TweakTest::decorate(llvm::StringRef Code, unsigned Point) { in decorate()156 std::string TweakTest::decorate(llvm::StringRef Code, in decorate()
41 class TweakTest : public ::testing::Test {60 TweakTest(const char *TweakID) : TweakID(TweakID) {} in TweakTest() function108 class TweakID##Test : public ::clang::clangd::TweakTest { \110 TweakID##Test() : TweakTest(#TweakID) {} \