Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DJob.cpp82 void Command::printArg(raw_ostream &OS, const char *Arg, bool Quote) { in printArg()
155 void Command::Print(raw_ostream &OS, const char *Terminator, bool Quote, in Print()
281 bool Quote, CrashReportInfo *CrashInfo) const { in Print()
321 bool Quote, CrashReportInfo *CrashInfo) const { in Print()
336 void JobList::Print(raw_ostream &OS, const char *Terminator, bool Quote, in Print()
/external/llvm-project/clang/lib/Driver/
DJob.cpp201 void Command::Print(raw_ostream &OS, const char *Terminator, bool Quote, in Print()
369 void CC1Command::Print(raw_ostream &OS, const char *Terminator, bool Quote, in Print()
429 bool Quote, CrashReportInfo *CrashInfo) const { in Print()
470 bool Quote, CrashReportInfo *CrashInfo) const { in Print()
485 void JobList::Print(raw_ostream &OS, const char *Terminator, bool Quote, in Print()
/external/starlark-go/syntax/
Dquote.go236 func Quote(s string, b bool) string { func
/external/llvm-project/llvm/lib/Support/
DProgram.cpp79 void sys::printArg(raw_ostream &OS, StringRef Arg, bool Quote) { in printArg()
DYAMLTraits.cpp694 const char *const Quote = MustQuote == QuotingType::Single ? "'" : "\""; in scalarString() local
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dflags_parser.cpp71 const char Quote = Buffer[Pos++]; in parseFlag() local
/external/scudo/standalone/
Dflags_parser.cpp71 const char Quote = Buffer[Pos++]; in parseFlag() local
/external/gwp_asan/gwp_asan/optional/
Doptions_parser.cpp99 const char Quote = Buffer[Pos++]; in parseOption() local
/external/llvm-project/llvm/tools/llvm-symbolizer/
Dllvm-symbolizer.cpp111 char Quote = *Pos; in parseCommand() local
/external/cldr/tools/java/org/unicode/cldr/util/
DPick.java458 static class Quote extends ItemPick { class in Pick
459 Quote(Pick item) { in Quote() method in Pick.Quote
/external/llvm-project/clang/lib/AST/
DCommentLexer.cpp198 const char Quote = *BufferPtr; in skipHTMLQuotedString() local
/external/clang/lib/AST/
DCommentLexer.cpp199 const char Quote = *BufferPtr; in skipHTMLQuotedString() local
/external/clang/unittests/Tooling/
DCompilationDatabaseTest.cpp375 std::vector<std::string> Quote = unescapeJsonCommandLine("a\\\\\\\""); in TEST() local
/external/llvm-project/clang/lib/Lex/
DLexer.cpp233 template <typename T> static void StringifyImpl(T &Str, char Quote) { in StringifyImpl()
260 char Quote = Charify ? '\'' : '"'; in Stringify() local
/external/llvm-project/clang/unittests/Tooling/
DCompilationDatabaseTest.cpp445 std::vector<std::string> Quote = unescapeJsonCommandLine("a\\\\\\\""); in TEST() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DYAMLTraits.cpp677 const char *const Quote = MustQuote == QuotingType::Single ? "'" : "\""; in scalarString() local
/external/clang/lib/Lex/
DLexer.cpp204 char Quote = Charify ? '\'' : '"'; in Stringify() local
/external/llvm/lib/Support/
DCommandLine.cpp712 char Quote = Src[I++]; in TokenizeGNUCommandLine() local
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp736 char Quote = Src[I++]; in TokenizeGNUCommandLine() local
/external/rust/crates/serde_json/src/
Dser.rs1561 Quote, enumerator
/external/llvm-project/llvm/lib/MC/MCParser/
DMasmParser.cpp3326 char Quote = getTok().getString().front(); in parseEscapedString() local
/external/clang/lib/CodeGen/
DTargetInfo.cpp2138 bool Quote = (Lib.find(" ") != StringRef::npos); in qualifyWindowsLibrary() local
/external/golang-protobuf/proto/test_proto/
Dtest.pb.go1894 Quote *string `protobuf:"bytes,3,opt,name=quote" json:"quote,omitempty"` member
/external/llvm-project/clang/lib/CodeGen/
DTargetInfo.cpp2593 bool Quote = (Lib.find(" ") != StringRef::npos); in qualifyWindowsLibrary() local