Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DClangdTests.cpp164 std::string dumpASTWithoutMemoryLocs(ClangdServer &Server, PathRef File) { in dumpASTWithoutMemoryLocs() function
182 auto Result = dumpASTWithoutMemoryLocs(Server, SourceFilename);
241 auto DumpParse1 = dumpASTWithoutMemoryLocs(Server, FooCpp); in TEST()
246 auto DumpParseEmpty = dumpASTWithoutMemoryLocs(Server, FooCpp); in TEST()
251 auto DumpParse2 = dumpASTWithoutMemoryLocs(Server, FooCpp); in TEST()
277 auto DumpParse1 = dumpASTWithoutMemoryLocs(Server, FooCpp); in TEST()
283 auto DumpParseDifferent = dumpASTWithoutMemoryLocs(Server, FooCpp); in TEST()
289 auto DumpParse2 = dumpASTWithoutMemoryLocs(Server, FooCpp); in TEST()