Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyProfiling.cpp26 : Timestamp(std::chrono::system_clock::now()), SourceFilename(SourceFile) { in StorageParams()
48 OS << "\"file\": \"" << Storage->SourceFilename << "\",\n"; in printAsJSON()
DClangTidyProfiling.h29 std::string SourceFilename; member
/external/llvm-project/clang-tools-extra/clangd/unittests/
DClangdTests.cpp181 auto SourceFilename = testPath(SourceFileRelPath); local
182 Server.addDocument(SourceFilename, SourceContents);
183 auto Result = dumpASTWithoutMemoryLocs(Server, SourceFilename);
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upbc/
Dprotoc-gen-upb.cc25 std::string SourceFilename(std::string proto_filename) { in SourceFilename() function
980 Output c_output(context->Open(SourceFilename(file->name()))); in Generate()