Searched defs:IsLiteral (Results 1 – 4 of 4) sorted by relevance
89 bool IsLiteral : 1; // Indicate whether this is a literal value or not. variable
260 bool IsLiteral = Read(1); in ReadAbbrevRecord() local
549 bool IsLiteral; member
1586 bool Scanner::scanBlockScalar(bool IsLiteral) { in scanBlockScalar()