Searched defs:SourceName (Results 1 - 25 of 41) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DITokenSource.cs68 string SourceName { property in interface:Antlr.Runtime.ITokenSource
H A DANTLRFileStream.cs85 override public string SourceName property in class:Antlr.Runtime.ANTLRFileStream
H A DIIntStream.cs156 string SourceName { property in interface:Antlr.Runtime.IIntStream
H A DParser.cs99 public override string SourceName { property in class:Antlr.Runtime.Parser
101 return input.SourceName;
H A DUnbufferedTokenStream.cs72 public string SourceName { property in class:Antlr.Runtime.UnbufferedTokenStream
74 return TokenSource.SourceName;
H A DANTLRStringStream.cs275 public virtual string SourceName { property in class:Antlr.Runtime.ANTLRStringStream
H A DLexer.cs169 public override string SourceName { property in class:Antlr.Runtime.Lexer
171 return input.SourceName;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DANTLRFileStream.cs80 public override string SourceName property in class:Antlr.Runtime.ANTLRFileStream
H A DITokenSource.cs68 string SourceName property in interface:Antlr.Runtime.ITokenSource
H A DIIntStream.cs156 string SourceName property in interface:Antlr.Runtime.IIntStream
H A DParser.cs111 public override string SourceName property in class:Antlr.Runtime.Parser
115 return input.SourceName;
H A DLexer.cs207 public override string SourceName property in class:Antlr.Runtime.Lexer
211 return input.SourceName;
H A DUnbufferedTokenStream.cs79 public string SourceName property in class:Antlr.Runtime.UnbufferedTokenStream
83 return TokenSource.SourceName;
H A DANTLRStringStream.cs314 public virtual string SourceName property in class:Antlr.Runtime.ANTLRStringStream
H A DLegacyCommonTokenStream.cs477 public virtual string SourceName property in class:Antlr.Runtime.LegacyCommonTokenStream
481 return TokenSource.SourceName;
/external/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.h74 SourceCoverageViewHTML(StringRef SourceName, const MemoryBuffer &File, argument
77 : SourceCoverageView(SourceName, File, Options, std::move(CoverageInfo)) {
H A DSourceCoverageViewText.h74 SourceCoverageViewText(StringRef SourceName, const MemoryBuffer &File, argument
77 : SourceCoverageView(SourceName, File, Options, std::move(CoverageInfo)) {
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeParser.cs90 public override string SourceName property in class:Antlr.Runtime.Tree.TreeParser
94 return input.SourceName;
H A DCommonTreeNodeStream.cs83 public virtual string SourceName property in class:Antlr.Runtime.Tree.CommonTreeNodeStream
90 return TokenStream.SourceName;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugTokenStream.cs189 public virtual string SourceName property in class:Antlr.Runtime.Debug.DebugTokenStream
193 return TokenSource.SourceName;
H A DDebugTreeNodeStream.cs198 public virtual string SourceName property in class:Antlr.Runtime.Debug.DebugTreeNodeStream
202 return TokenStream.SourceName;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugTokenStream.cs159 public virtual string SourceName { property in class:Antlr.Runtime.Debug.DebugTokenStream
161 return TokenSource.SourceName;
H A DDebugTreeNodeStream.cs169 public virtual string SourceName { property in class:Antlr.Runtime.Debug.DebugTreeNodeStream
171 return TokenStream.SourceName;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DCommonTreeNodeStream.cs79 public virtual string SourceName { property in class:Antlr.Runtime.Tree.CommonTreeNodeStream
84 return TokenStream.SourceName;
H A DTreeParser.cs84 public override string SourceName { property in class:Antlr.Runtime.Tree.TreeParser
86 return input.SourceName;

Completed in 454 milliseconds

12