Home
last modified time | relevance | path

Searched defs:Quote (Results 1 – 8 of 8) 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/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/clang/lib/Lex/
DLexer.cpp204 char Quote = Charify ? '\'' : '"'; in Stringify() local
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp731 char Quote = Src[I++]; in TokenizeGNUCommandLine() local
/external/llvm/lib/Support/
DCommandLine.cpp712 char Quote = Src[I++]; in TokenizeGNUCommandLine() local
/external/golang-protobuf/proto/testdata/
Dtest.pb.go1377 Quote *string `protobuf:"bytes,3,opt,name=quote" json:"quote,omitempty"` member
/external/clang/lib/CodeGen/
DTargetInfo.cpp2138 bool Quote = (Lib.find(" ") != StringRef::npos); in qualifyWindowsLibrary() local