Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/Syntax/
DSyntaxTreeHelpers.cs14 public static class SyntaxTreeHelpers class
94 private static readonly string OurNamespace = typeof(SyntaxTreeHelpers).Namespace;
/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/
DUsingsGraph.cs175SyntaxTreeHelpers.VisitSyntaxTree<IPrefixable>(description, x => x.Prefix(prefix)); in SetupScopeInDescription()
176SyntaxTreeHelpers.VisitSyntaxTree<ReferenceValue>(description, x => x.Scope = description.FileName… in SetupScopeInDescription()
DCreationDriver.cs335 SyntaxTreeHelpers.VisitSyntaxTree<IVisitable>(from, ctorElement => in BuildDependencyGraph()
560 SyntaxTreeHelpers.VisitSyntaxTree<ObjectValue>(entry, objectValue => in ProcessEntryPostMerge()
1712 if(SyntaxTreeHelpers.ScanFor(description, element)) in GetElementSourceAndPath()