Home
last modified time | relevance | path

Searched refs:FooDirtyBuffer (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/unittests/
DRenameTests.cpp1159 Annotations FooDirtyBuffer("class [[Foo]] {};\n// this is dirty buffer"); in TEST() local
1176 return FooDirtyBuffer.code().str(); in TEST()
1196 Pair(Eq(FooPath), Eq(expectedResult(FooDirtyBuffer, NewName))), in TEST()