Searched defs:IsStatement (Results 1 – 7 of 7) sorted by relevance
14 LineInfo::LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement) { in LineInfo()
15 LineInfo::LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement) { in LineInfo()
29 bool Spirv::IsStatement(spv::Op opcode) in IsStatement() function in sw::Spirv
99 uint16_t StartColumn, uint16_t EndColumn, bool IsStatement) in Line()
100 uint16_t StartColumn, uint16_t EndColumn, bool IsStatement) in Line()
66 bool IsStatement; member
918 unsigned IsStatement = 1; in emitLineTableForUnit() local