Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/unittests/tweaks/
DTweakTesting.h41 const char *TweakID; variable
59 TweakTest(const char *TweakID) : TweakID(TweakID) {} in TweakTest()
107 #define TWEAK_TEST(TweakID) \ argument
DTweakTesting.cpp70 applyTweak(ParsedAST &AST, const Annotations &Input, StringRef TweakID, in applyTweak()
/external/llvm-project/clang-tools-extra/clangd/
DClangdServer.cpp486 void ClangdServer::applyTweak(PathRef File, Range Sel, StringRef TweakID, in applyTweak()