Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DLexer.h734 bool IsStringLiteral);
/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp1924 bool IsStringLiteral) { in LexUDSuffix() argument
1959 else if (IsStringLiteral && LangOpts.CPlusPlus14) { in LexUDSuffix()