Home
last modified time | relevance | path

Searched defs:Quote (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DProgram.cpp84 void sys::printArg(raw_ostream &OS, StringRef Arg, bool Quote) { in printArg()
H A DYAMLTraits.cpp779 StringLiteral Quote = MustQuote == QuotingType::Single ? StringLiteral("'") in output() local
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dflags_parser.cpp71 const char Quote = Buffer[Pos++]; parseFlag() local
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Doptions_parser.cpp99 const char Quote = Buffer[Pos++]; in parseOption() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentLexer.cpp179 const char Quote = *BufferPtr; in skipHTMLQuotedString() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp138 char Quote = *Pos; in getSpaceDelimitedWord() local
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp1254 auto Quote = FormatTok->TokenText.find('\''); in getNextToken() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp285 template <typename T> static void StringifyImpl(T &Str, char Quote) { in StringifyImpl()
312 char Quote = Charify ? '\'' : '"'; in Stringify() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp1618 bool Quote = Lib.contains(' '); in qualifyWindowsLibrary() local
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp3517 char Quote = getTok().getString().front(); in parseEscapedString() local