reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/extra/unittests/clang-move/ClangMoveTests.cpp
  492   const std::string TestCode = "#include \"foo.h\"\n" + CommonCode;
  499   const std::string ExpectedNewCC = "#include \"new_foo.h\"\n" + CommonCode;