Searched refs:parseDecOrHexAttr (Results 1 – 2 of 2) sorted by relevance
218 Attribute parseDecOrHexAttr(Type type, bool isNegative);
110 return parseDecOrHexAttr(type, /*isNegative=*/false); in parseAttribute()114 return parseDecOrHexAttr(type, /*isNegative=*/true); in parseAttribute()366 Attribute Parser::parseDecOrHexAttr(Type type, bool isNegative) { in parseDecOrHexAttr() function in Parser