Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h735 bool IsStringLiteral);
/src/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2100 bool IsStringLiteral) { in LexUDSuffix() argument
2135 else if (IsStringLiteral && LangOpts.CPlusPlus14) { in LexUDSuffix()