Home
last modified time | relevance | path

Searched defs:Escape (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DProgram.cpp82 const bool Escape = Arg.find_first_of(" \"\\$") != StringRef::npos; in printArg() local
H A DMustache.cpp382 EscapeMap &Escape) in EscapeStringStream()
402 EscapeMap &Escape; member in llvm::mustache::EscapeStringStream
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp111 static bool IsEscapeValidInUnevaluatedStringLiteral(char Escape) { in IsEscapeValidInUnevaluatedStringLiteral()
148 char Escape = ResultChar; in ProcessCharEscape() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp884 VPValue *Escape = nullptr; in optimizeInductionExitUsers() local