Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/
DPreLexer.cs21 var lineSource = HandleMultilineStrings(sourceInLines, path); in Process()
26 var enumerator = HandleComments(lineSource, path).GetEnumerator(); in Process()
117 … private static IEnumerable<string> HandleComments(IEnumerable<string> lineSource, string path) in HandleComments() argument
122 foreach(var originalLine in lineSource) in HandleComments()