HomeSort by relevance Sort by last modified time
    Searched defs:Line (Results 1 - 25 of 117) sorted by null

1 2 3 4 5

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ICharStream.cs 55 /** <summary>ANTLR tracks the line information automatically</summary> */
56 /** <summary>Because this stream can rewind, we need to be able to reset the line</summary> */
57 int Line {
62 /** <summary>The index of the character relative to the beginning of the line 0..n-1</summary> */
IToken.cs 47 /** <summary>The line number on which this token was matched; line=1..n</summary> */
48 int Line {
53 /** <summary>The index of the first character relative to the beginning of the line 0..n-1</summary> */
ClassicToken.cs 47 int line; field in class:Antlr.Runtime.ClassicToken
61 line = oldToken.Line;
96 public int Line {
98 return line;
101 line = value;
171 return "[@" + TokenIndex + ",'" + txt + "',<" + type + ">" + channelStr + "," + line + ":" + CharPositionInLine + "]";
ANTLRStringStream.cs 56 /** <summary>line number 1..n within the input</summary> */
57 int line = 1; field in class:Antlr.Runtime.ANTLRStringStream
59 /** <summary>The index of the character relative to the beginning of the line 0..n-1</summary> */
67 * values line, charPositionInLine, and p that can change as you
122 public virtual int Line {
124 return line;
127 line = value;
147 line = 1;
158 System.out.println("newline char found on line: "+line
    [all...]
CommonToken.cs 41 int line; field in class:Antlr.Runtime.CommonToken
88 line = oldToken.Line;
133 public int Line {
135 return line;
138 line = value;
211 return "[@" + TokenIndex + "," + start + ":" + stop + "='" + txt + "',<" + type + ">" + channelStr + "," + line + ":" + CharPositionInLine + "]";
Lexer.cs 73 public int Line {
75 return input.Line;
78 input.Line = value;
116 state.tokenStartLine = input.Line;
120 eof.Line = Line;
201 t.Line = state.tokenStartLine;
345 string inputSymbol = ((char)input.LT(1)) + " line=" + Line + ":" + CharPositionInLine;
351 string inputSymbol = ((char)input.LT(1)) + " line=" + Line + ":" + CharPositionInLine
    [all...]
RecognitionException.cs 66 * knows its state (such as current input symbol and line info) that
69 * perhaps print an entire line of input not just a single token, for example.
101 * Track the line (1-based) at which the error occurred in case this is
103 * unexpected char doesn't carry the line info.
109 /// The 0-based index into the line where the error occurred.
115 * imaginary nodes w/o line/col info. We now search backwards looking
116 * for most recent token with line/col info, but notify getErrorHeader()
150 this._line = _token.Line;
157 this._line = ((ICharStream)input).Line;
172 _line = info.GetInt32("Line");
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ICharStream.cs 57 /** <summary>ANTLR tracks the line information automatically</summary> */
58 /** <summary>Because this stream can rewind, we need to be able to reset the line</summary> */
59 int Line
65 /** <summary>The index of the character relative to the beginning of the line 0..n-1</summary> */
IToken.cs 51 /** <summary>The line number on which this token was matched; line=1..n</summary> */
52 int Line
58 /** <summary>The index of the first character relative to the beginning of the line 0..n-1</summary> */
ClassicToken.cs 49 int line; field in class:Antlr.Runtime.ClassicToken
65 line = oldToken.Line;
108 public int Line
112 return line;
116 line = value;
209 return "[@" + TokenIndex + ",'" + txt + "',<" + type + ">" + channelStr + "," + line + ":" + CharPositionInLine + "]";
ANTLRStringStream.cs 58 /** <summary>line number 1..n within the input</summary> */
59 int line = 1; field in class:Antlr.Runtime.ANTLRStringStream
61 /** <summary>The index of the character relative to the beginning of the line 0..n-1</summary> */
69 * values line, charPositionInLine, and p that can change as you
131 public virtual int Line
135 return line;
139 line = value;
163 line = 1;
177 System.out.println("newline char found on line: "+line
    [all...]
  /external/bison/doc/
refcard.tex 16 % comment out this line if you want page numbers to appear.
161 \def\makefootline{\baselineskip10pt\hsize6.5in\line{\the\footline}}
191 \def\makefootline{\vskip 2in \hsize=6.86in\line{\the\footline}}
210 % This next line is useful when designing the layout.
315 \section{Command Line Options}
322 \key{Don't put {\tt \#line} directives in the parser.} {-l}
446 \key{Access data's line location.} {@{\it x}.{\it line\_spec}}
453 number, {\it x} is a number or \$, {\it line\_spec} one of {\tt
  /external/llvm/lib/Support/
FormattedStream.cpp 22 /// column we end up in after output, and how many line breaks are contained.
26 unsigned &Line = Position.second;
28 // Keep track of the current column and line by scanning the string for
34 Line += 1;
46 /// ComputePosition - Examine the current output and update line and column
  /external/clang/include/clang/Frontend/
CommandLineSourceLoc.h 11 // Command line parsing for source locations.
24 /// \brief A source location that has been parsed on the command line.
27 unsigned Line;
41 !LineSplit.second.getAsInteger(10, PSL.Line)) {
44 // On the command-line, stdin may be specified via "-". Inside the
58 /// \brief Command-line option parser that parses source locations.
60 /// Source locations are of the form filename:line:column.
78 << "source location must be of the form filename:line:column\n";
  /external/clang/lib/Frontend/
LayoutOverrideSource.cpp 41 std::string Line;
42 getline(Input, Line);
44 StringRef LineStr(Line);
46 // Determine whether the following line will start a
  /external/google-breakpad/src/processor/
module_serializer.h 84 // Serializes one loaded module with given moduleid in the basic source line
85 // resolver, and loads the serialized data into the fast source line resolver.
86 // Return false if the basic source line doesn't have a module with the given
92 // Serializes all the loaded modules in a basic source line resolver, and
93 // loads the serialized data into a fast source line resolver.
99 typedef BasicSourceLineResolver::Line Line;
simple_serializer-inl.h 32 // Line, Function, PublicSymbol, WindowsFrameInfo and their linked pointers.
96 // Specializations of SimpleSerializer: Line
98 class SimpleSerializer<BasicSourceLineResolver::Line> {
99 typedef BasicSourceLineResolver::Line Line;
101 static size_t SizeOf(const Line &line) {
102 return SimpleSerializer<MemAddr>::SizeOf(line.address)
103 + SimpleSerializer<MemAddr>::SizeOf(line.size)
104 + SimpleSerializer<int32_t>::SizeOf(line.source_file_id
    [all...]
source_line_resolver_base_types.h 35 // each concrete source line resolver class.
69 struct SourceLineResolverBase::Line {
70 Line() { }
71 Line(MemAddr addr, MemAddr code_size, int file_id, int source_line)
75 , line(source_line) { }
80 int32_t line; member in struct:google_breakpad::SourceLineResolverBase::Line
122 // Does NOT take ownership of memory_buffer (the caller, source line resolver,
  /external/llvm/include/llvm/DebugInfo/
DIContext.h 30 /// DILineInfo - a format-neutral container for source line information.
34 uint32_t Line;
38 : FileName("<invalid>"), FunctionName("<invalid>"), Line(0), Column(0) {}
41 return Line == RHS.Line && Column == RHS.Column &&
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugMacro.h 28 /// The source line where the macro is defined.
29 uint64_t Line;
  /external/llvm/lib/Analysis/
ModuleDebugInfoPrinter.cpp 59 unsigned Line = 0) {
67 if (Line)
68 O << ":" << Line;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
Line.java 19 public interface Line {
  /external/google-breakpad/src/common/
stabs_to_module.cc 117 bool StabsToModule::Line(uint64_t address, const char *name, int number) {
124 Module::Line line; local
125 line.address = address;
126 line.size = 0; // We compute this in StabsToModule::Finalize().
127 line.file = current_source_file_;
128 line.number = number;
129 current_function_->lines.push_back(line);
182 Module::Line::CompareByAddress);
183 vector<Module::Line>::iterator last_line = f->lines.end() - 1
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
CommonTree.cs 110 public override int Line {
112 if (token == null || token.Line == 0) {
114 return Children[0].Line;
118 return token.Line;
121 base.Line = value;
ITree.cs 148 /** <summary>In case we don't have a token payload, what is the line for errors?</summary> */
149 int Line {

Completed in 769 milliseconds

1 2 3 4 5