Searched refs:Escape (Results 1 – 13 of 13) sorted by relevance
83 const bool Escape = Arg.find_first_of(" \"\\$") != StringRef::npos; in printArg() local85 if (!Quote && !Escape) { in printArg()
28 # Escape line breaks for multi-line expressions45 # Escape %if. Without %if..%else context '%{' and '%}' are treated
257 using Escape = decltype([] { return undef(); }()); in __anonb5846cf10202() typedef
32 ;; Escape the first character when printing text IR, since it's a digit
42 TEST_F(GlobPatternTest, Escape) { in TEST_F() argument
129 TEST_F(RegexTest, Escape) { in TEST_F() argument
94 TEST(CodeExpander, Escape) { in TEST() argument
49 # Escape semicolons in the targets list so that cmake doesn't expand
364 // The entire remainder of the argument is backslashes. Escape all of372 // This is an embedded quote. Escape all preceding backslashes, then
125 ``\`` Escape the next character ``\``
242 ``\`` Escape the next character ``\``
5 "Escape symbols when creating std::initializer_list".
3346 Value *Escape = in fixupIVUsers() local3348 Escape->setName("ind.escape"); in fixupIVUsers()3349 MissingVals[UI] = Escape; in fixupIVUsers()