Searched refs:IsSingle (Results 1 – 2 of 2) sorted by relevance
1111 bool IsSingle = Style.JavaScriptQuotes == FormatStyle::JSQS_Single; in requoteJSStringLiteral() local1124 Replace(Start, 1, IsSingle ? "'" : "\""); in requoteJSStringLiteral()1126 IsSingle ? "'" : "\""); in requoteJSStringLiteral()1134 ((IsSingle && Input[i + 1] == '"') || in requoteJSStringLiteral()1135 (!IsSingle && Input[i + 1] == '\''))) { in requoteJSStringLiteral()1145 if (!Escaped && IsSingle == (Input[i] == '\'')) { in requoteJSStringLiteral()
234 bool expandLoadImmReal(MCInst &Inst, bool IsSingle, bool IsGPR, bool Is64FPU,3272 bool MipsAsmParser::expandLoadImmReal(MCInst &Inst, bool IsSingle, bool IsGPR, in expandLoadImmReal() argument3295 if (IsSingle) { in expandLoadImmReal()