Searched defs:IsLiteral (Results 1 – 6 of 6) sorted by relevance
260 bool IsLiteral = Read(1) ? true : false; in ReadAbbrevRecord() local322 bool IsLiteral = Read(1) ? true : false; in SkipAbbrevRecord() local
97 bool IsLiteral : 1; // Indicate whether this is a literal value or not. variable
355 bool IsLiteral = MaybeIsLiteral.get(); in ReadAbbrevRecord() local
382 bool IsLiteral() const { in IsLiteral() function
66 func (x ID) IsLiteral(m *Map) bool { func
1585 bool Scanner::scanBlockScalar(bool IsLiteral) { in scanBlockScalar()