Lines Matching defs:c
49 bool Lexer::SetTokenCharacter(char c, Token &token) in SetTokenCharacter()
82 char c; in Lex() local
123 bool Lexer::GetChar(char &c, bool skipSpace) in GetChar()
140 bool Lexer::PeekChar(char &c, bool skipSpace) in PeekChar()
164 bool Lexer::IsSpace(char c) in IsSpace()
185 char c = 0; in ProcessComment() local
247 char c; in LexFromString() local
264 void Lexer::LexHexAndBinaryNum(std::string &value, char &c, uint64_t &v) in LexHexAndBinaryNum()
292 char c = 0; in LexFromNumber() local
338 char c; in LexFromLiteral() local
377 char c; in ConsumeChar() local
381 bool Lexer::IsNum(char c) in IsNum()