Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/unittests/clang-move/
H A DClangMoveTests.cpp313 const char TestCode[] = "#include \"foo.h\""; in TEST() local
399 const char TestCode[] = "#include \"foo.h\""; in TEST() local
422 const char TestCode[] = "#include \"foo.h\"\n" in TEST() local
441 const char TestCode[] = "#include \"foo.h\"\n" in TEST() local
493 const std::string TestCode = "#include \"foo.h\"\n" + CommonCode; in TEST() local
516 const char TestCode[] = "#include \"foo.h\"\n"; in TEST() local
539 const char TestCode[] = "#include \"foo.h\"\n"; in TEST() local
607 const char TestCode[] = "#include \"foo.h\"\n"; in TEST() local
/llvm-project/clang-tools-extra/unittests/clang-include-fixer/
H A DIncludeFixerTest.cpp303 const char TestCode[] = R"( in TEST() local
/llvm-project/clang-tools-extra/clangd/unittests/
H A DCodeCompleteTests.cpp2438 Annotations TestCode(Text); TEST() local
/llvm-project/clang/unittests/AST/
H A DASTImporterTest.cpp9284 constexpr auto TestCode = R"( TEST_P() local