Searched refs:anyToken (Results 1 – 3 of 3) sorted by relevance
33 bool anyToken; // !=0 means seen at least one token variable
82 this->anyToken = 0; in Lexer()372 anyToken = 1; in scan()2351 const utf8_t** dc = (lineComment && anyToken) in getDocComment()
78 bool anyToken; // seen at least one token variable504 anyToken = 1; in scan()2934 auto dc = (lineComment && anyToken) ? &t.lineComment : &t.blockComment; in getDocComment()