Searched refs:Quote (Results 1 - 13 of 13) sorted by relevance

/external/clang/lib/Driver/
H A DJob.cpp81 void Command::printArg(raw_ostream &OS, const char *Arg, bool Quote) { argument
84 if (!Quote && !Escape) {
89 // Quote and escape. This isn't really complete, but good enough.
154 void Command::Print(raw_ostream &OS, const char *Terminator, bool Quote, argument
158 printArg(OS, Executable, /*Quote=*/true);
183 printArg(OS, ShortName.str().c_str(), Quote);
189 printArg(OS, Arg, Quote);
194 printArg(OS, "-ivfsoverlay", Quote);
196 printArg(OS, CrashInfo->VFSPath.str().c_str(), Quote);
268 bool Quote, CrashReportInf
267 Print(raw_ostream &OS, const char *Terminator, bool Quote, CrashReportInfo *CrashInfo) const argument
300 Print(raw_ostream &OS, const char *Terminator, bool Quote, CrashReportInfo *CrashInfo) const argument
[all...]
/external/clang/include/clang/Driver/
H A DJob.h93 virtual void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
119 static void printArg(llvm::raw_ostream &OS, const char *Arg, bool Quote);
131 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
154 bool Quote, CrashReportInfo *CrashInfo = nullptr) const;
/external/clang/lib/AST/
H A DCommentLexer.cpp190 const char Quote = *BufferPtr; local
191 assert(Quote == '\"' || Quote == '\'');
196 if (C == Quote && BufferPtr[-1] != '\\')
/external/dbus/dbus/
H A Ddbus-shell.c311 * Quote removal does not increase the number of words.
/external/clang/unittests/Tooling/
H A DCompilationDatabaseTest.cpp375 std::vector<std::string> Quote = unescapeJsonCommandLine("a\\\\\\\""); local
376 ASSERT_EQ(1ul, Quote.size());
377 EXPECT_EQ("a\"", Quote[0]);
/external/tpm2/
H A DAndroid.mk271 Quote.c \
H A DMakefile253 SOURCES += Quote.c
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
H A DPick.java417 static class Quote extends ItemPick { class in class:Pick
418 Quote(Pick item) { method in class:Pick.Quote
H A DBNF.java185 return new Pick.Quote(item);
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DPick.java416 static class Quote extends ItemPick { class in class:Pick
417 Quote(Pick item) { method in class:Pick.Quote
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
H A DBNF.java184 return new Pick.Quote(item);
/external/clang/lib/Lex/
H A DLexer.cpp204 char Quote = Charify ? '\'' : '"'; local
206 if (Result[i] == '\\' || Result[i] == Quote) {
/external/clang/lib/CodeGen/
H A DTargetInfo.cpp1929 bool Quote = (Lib.find(" ") != StringRef::npos); local
1930 std::string ArgStr = Quote ? "\"" : "";
1934 ArgStr += Quote ? "\"" : "";

Completed in 438 milliseconds