Searched defs:HexStr (Results 1 – 2 of 2) sorted by relevance
985 StringRef HexStr(TokStart + 3, len); LexIdentifier() local
731 EscapedInput += "\\x" + std::string(2 - HexStr.size(), '0') + HexStr; in escape() local 756 if (HexStr.size() <= 2) in escape() local [all...]