Searched refs:E_Integer (Results 1 – 1 of 1) sorted by relevance
35 : Expression(Expr), EntryKind(E_Integer) { in Value()55 enum EntryType { E_Location, E_Integer, E_ConstantFP, E_ConstantInt }; enumerator69 bool isInt() const { return EntryKind == E_Integer; } in isInt()168 case DebugLocEntry::Value::E_Integer: