Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/Tooling/
DStencilTest.cpp83 const std::string Snippet = R"cc( in testError() local
125 const std::string Snippet = R"cc( in TEST_F() local
144 const std::string Snippet = R"cc( in TEST_F() local
161 void testExpr(StringRef Id, StringRef Snippet, const Stencil &Stencil, in testExpr()
169 void testFailure(StringRef Id, StringRef Snippet, const Stencil &Stencil, in testFailure()
284 StringRef Snippet = R"cc( in TEST_F() local
293 StringRef Snippet = R"cc( in TEST_F() local
302 StringRef Snippet = R"cc( in TEST_F() local
311 StringRef Snippet = R"cc( in TEST_F() local
320 StringRef Snippet = R"cc( in TEST_F() local
[all …]
DSourceCodeBuildersTest.cpp69 static void testPredicate(bool (*Pred)(const Expr &), StringRef Snippet, in testPredicate()
79 static void testPredicateOnArg(bool (*Pred)(const Expr &), StringRef Snippet, in testPredicateOnArg()
131 StringRef Snippet, StringRef Expected) { in testBuilder()
/external/llvm-project/clang-tools-extra/unittests/clang-tidy/
DAddConstTest.cpp54 StringRef Snippet = "int target = 0;"; in TEST() local
220 StringRef Snippet = "int ((target)) = 0;"; in TEST() local
238 StringRef Snippet = "int target[][1] = {{1}, {2}, {3}};"; in TEST() local
251 StringRef Snippet = "int ((target))[][1] = {{1}, {2}, {3}};"; in TEST() local
264 StringRef Snippet = "int x; int* target[] = {&x, &x, &x};"; in TEST() local
277 StringRef Snippet = "int* x = nullptr; int** target[] = {&x, &x, &x};"; in TEST() local
290 StringRef Snippet = "int x; int* (target)[] = {&x, &x, &x};"; in TEST() local
308 StringRef Snippet = "int x = 42; int& target = x;"; in TEST() local
321 StringRef Snippet = "int&& target = 42;"; in TEST() local
333 StringRef Snippet = "int* p; int *& target = p;"; in TEST() local
[all …]
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/X86/
DSnippetFileTest.cpp82 const auto &Snippet = (*Snippets)[0]; in TEST_F() local
DSnippetGeneratorTest.cpp432 std::vector<InstructionTemplate> Snippet; in TEST_F() local
443 std::vector<InstructionTemplate> Snippet; in TEST_F() local
/external/llvm-project/clang-tools-extra/clangd/
DCodeCompletionStrings.cpp99 std::string *Snippet, std::string *RequiredQualifiers, in getSignature()
DProtocol.h302 Snippet = 15, enumerator
1148 Snippet = 2, enumerator
DCodeComplete.cpp454 auto *Snippet = onlyValue<&BundledEntry::SnippetSuffix>(); in summarizeSnippet() local
/external/llvm/tools/llvm-cov/
DSourceCoverageViewHTML.cpp328 auto Highlight = [&](const std::string &Snippet) { in renderLine()
383 for (const auto &Snippet : Snippets) in renderLine() local
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DIsolateDeclarationCheck.cpp218 StringRef Snippet = in collectSourceRanges() local
/external/llvm-project/clang-tools-extra/clangd/unittests/
DCodeCompletionStringsTests.cpp38 std::string Snippet; member in clang::clangd::__anond9d6ddc60111::CompletionStringTest
DSymbolCollectorTests.cpp1387 TEST_F(SymbolCollectorTest, Snippet) { in TEST_F() argument
/external/llvm-project/llvm/tools/llvm-cov/
DSourceCoverageViewHTML.cpp532 auto Highlight = [&](const std::string &Snippet, unsigned LC, unsigned RC) { in renderLine()
602 for (const auto &Snippet : Snippets) in renderLine() local
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
Dsnippet.py16 class Snippet(object): class
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1579 StringRef Snippet = Buffer->getBuffer().slice(BeginOffset, EndOffset); in getLengthOnSingleLine() local
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2131 StringRef Snippet = Buffer->getBuffer().slice(BeginOffset, EndOffset); in getLengthOnSingleLine() local