Home
last modified time | relevance | path

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

/external/v8/src/torque/
Dtorque.cc26 CurrentSourceFile::Scope unknown_sourcefile_scope( in WrappedMain()
45 CurrentSourceFile::Scope source_id_scope(source_id); in WrappedMain()
Dsource-positions.cc11 DEFINE_CONTEXTUAL_VARIABLE(CurrentSourceFile)
Dsource-positions.h27 DECLARE_CONTEXTUAL_VARIABLE(CurrentSourceFile, SourceId) in DECLARE_CONTEXTUAL_VARIABLE() argument
Dearley-parser.cc111 SourcePosition{CurrentSourceFile::Get(), 0, 0}); in RunLexer()
179 SourcePosition{CurrentSourceFile::Get(), 0, 0}); in RunEarleyAlgorithm()
Dast.h189 Ast() : default_module_{SourcePosition{CurrentSourceFile::Get(), 0, 0}, {}} {} in Ast()