Searched refs:AddSource (Results 1 – 4 of 4) sorted by relevance
30 SourceId source_id = SourceFileMap::AddSource(path); in ReadAndParseTorqueFile()120 SourceFileMap::AddSource("dummy-filename.tq")); in CompileTorque()182 SourceId source_id = SourceFileMap::AddSource(unit.source_file_path); in CompileTorqueForKythe()
42 SourceId SourceFileMap::AddSource(std::string path) { in AddSource() function in v8::internal::torque::SourceFileMap
95 static SourceId AddSource(std::string path);
188 CurrentSourceFile::Scope unkown_file(SourceFileMap::AddSource("<json>")); in ParseJson()