Searched refs:SourceFilename (Results 1 – 4 of 4) sorted by relevance
26 : Timestamp(std::chrono::system_clock::now()), SourceFilename(SourceFile) { in StorageParams()48 OS << "\"file\": \"" << Storage->SourceFilename << "\",\n"; in printAsJSON()
29 std::string SourceFilename; member
181 auto SourceFilename = testPath(SourceFileRelPath); local182 Server.addDocument(SourceFilename, SourceContents);183 auto Result = dumpASTWithoutMemoryLocs(Server, SourceFilename);
25 std::string SourceFilename(std::string proto_filename) { in SourceFilename() function980 Output c_output(context->Open(SourceFilename(file->name()))); in Generate()