Home
last modified time | relevance | path

Searched refs:IsSingle (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp1111 bool IsSingle = Style.JavaScriptQuotes == FormatStyle::JSQS_Single; in requoteJSStringLiteral() local
1124 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()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp234 bool expandLoadImmReal(MCInst &Inst, bool IsSingle, bool IsGPR, bool Is64FPU,
3272 bool MipsAsmParser::expandLoadImmReal(MCInst &Inst, bool IsSingle, bool IsGPR, in expandLoadImmReal() argument
3295 if (IsSingle) { in expandLoadImmReal()