Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Lex/
H A DLiteralSupport.cpp399 bool in_char_string_literal = false) { in ProcessNumericUCNEscape() argument
407 if (UcnBegin[1] == 'u' && in_char_string_literal && in ProcessNumericUCNEscape()
588 bool in_char_string_literal = false) { in ProcessUCNEscape() argument
602 Features, in_char_string_literal); in ProcessUCNEscape()
620 bool IsError = (!Features.CPlusPlus11 || !in_char_string_literal); in ProcessUCNEscape()