Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/unittests/clang-move/
H A DClangMoveTests.cpp159 const char ExpectedNewCC[] = "namespace a {\n" variable
319 const char ExpectedNewCC[] = "#include \"new_foo.h\""; in TEST() local
500 const std::string ExpectedNewCC = "#include \"new_foo.h\"\n" + CommonCode; in TEST() local