Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyProfiling.cpp24 : Timestamp(std::chrono::system_clock::now()), SourceFilename(SourceFile) { in StorageParams()
46 OS << "\"file\": \"" << Storage->SourceFilename << "\",\n"; in printAsJSON()
H A DClangTidyProfiling.h29 std::string SourceFilename; member
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DClangdTests.cpp180 auto SourceFilename = testPath(SourceFileRelPath); local
181 Server.addDocument(SourceFilename, SourceContents);
182 auto Result = dumpASTWithoutMemoryLocs(Server, SourceFilename);