Searched defs:IsLiteral (Results 1 – 11 of 11) sorted by relevance
263 bool IsLiteral = Read(1) ? true : false; in ReadAbbrevRecord() local320 bool IsLiteral = Read(1) ? true : false; in SkipAbbrevRecord() local
89 bool IsLiteral : 1; // Indicate whether this is a literal value or not. variable
96 bool IsLiteral : 1; // Indicate whether this is a literal value or not. variable
86 bool IsLiteral : 1; // Indicate whether this is a literal value or not. variable
560 bool IsLiteral = Read(1) ? true : false; in ReadAbbrevRecord() local
287 bool IsLiteral = Read(1); in ReadAbbrevRecord() local
289 bool IsLiteral = Read(1); in ReadAbbrevRecord() local
549 bool IsLiteral; member
1578 bool Scanner::scanBlockScalar(bool IsLiteral) { in scanBlockScalar()
1584 bool Scanner::scanBlockScalar(bool IsLiteral) { in scanBlockScalar()
7857 const bool IsLiteral = in DiagnoseFloatingImpCast() local