Searched refs:IsLocal (Results 1 – 3 of 3) sorted by relevance
25 IsLocal = isLocal; in Entry()126 return new Entry(VariableName, Type, RegistrationInfos, Attributes, IsLocal, Alias); in MakeShallowCopy()133 public bool IsLocal { get; private set; } property in Antmicro.Renode.PlatformDescription.Syntax.Entry
413 Assert.IsFalse(entries[0].IsLocal); in ShouldParseLocalAndNonLocalEntry()414 Assert.IsTrue(entries[1].IsLocal); in ShouldParseLocalAndNonLocalEntry()
78 … = variableStore.DeclareVariable(entry.VariableName, resolved, entry.StartPosition, entry.IsLocal); in ProcessVariableDeclarations()