Home
last modified time | relevance | path

Searched defs:Quote (Results 1 – 10 of 10) 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/cldr/tools/java/org/unicode/cldr/util/
DPick.java443 static class Quote extends ItemPick { class in Pick
444 Quote(Pick item) { in Quote() method in Pick.Quote
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DYAMLTraits.cpp640 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.cpp731 char Quote = Src[I++]; in TokenizeGNUCommandLine() 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