Lines Matching full:boolliteral
1198 return this->writeBoolLiteral((BoolLiteral&) expr);2200 BoolLiteral falseLiteral(fContext, Position(), false);2221 BoolLiteral trueLiteral(fContext, Position(), true);2359 SpvId SPIRVCodeGenerator::writeBoolLiteral(const BoolLiteral& b) {