Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
DDLexerBase.h133 int _begcol; /* column that first character of token is in*/ variable
168 int begcol() { return _begcol; } in begcol()
170 void set_begcol(int a) { _begcol=a; } in set_begcol()
188 this->_begcol = 0; in trackColumns()
DDLexerBase.cpp72 this->_begcol = 0; in DLGLexerBase()
90 this->_begcol = 0; in reset()
116 state->begcol = _begcol; in saveState()
140 _begcol = state->begcol; in restoreState()
DDLexer.cpp72 _begcol = _endcol+1; in nextTokenType()
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DDLexerBase.h137 int _begcol; /* column that first character of token is in*/ variable
172 int begcol() { return _begcol; } in begcol()
174 void set_begcol(int a) { _begcol=a; } in set_begcol()
192 this->_begcol = 0; in trackColumns()
DDLexerBase.cpp73 this->_begcol = 0; in DLGLexerBase()
91 this->_begcol = 0; in reset()
117 state->begcol = _begcol; in saveState()
141 _begcol = state->begcol; in restoreState()
DDLexer.h77 _begcol = _endcol+1; in nextTokenType()