Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/unittests/
DClangdTests.cpp165 std::string dumpASTWithoutMemoryLocs(ClangdServer &Server, PathRef File) { in dumpASTWithoutMemoryLocs() function
183 auto Result = dumpASTWithoutMemoryLocs(Server, SourceFilename);
242 auto DumpParse1 = dumpASTWithoutMemoryLocs(Server, FooCpp); in TEST()
247 auto DumpParseEmpty = dumpASTWithoutMemoryLocs(Server, FooCpp); in TEST()
252 auto DumpParse2 = dumpASTWithoutMemoryLocs(Server, FooCpp); in TEST()
278 auto DumpParse1 = dumpASTWithoutMemoryLocs(Server, FooCpp); in TEST()
284 auto DumpParseDifferent = dumpASTWithoutMemoryLocs(Server, FooCpp); in TEST()
290 auto DumpParse2 = dumpASTWithoutMemoryLocs(Server, FooCpp); in TEST()