Home
last modified time | relevance | path

Searched refs:IsEscapeValidInUnevaluatedStringLiteral (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp110 static bool IsEscapeValidInUnevaluatedStringLiteral(char Escape) { in IsEscapeValidInUnevaluatedStringLiteral() function
362 !IsEscapeValidInUnevaluatedStringLiteral(Escape)) { in ProcessCharEscape()