Home
last modified time | relevance | path

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

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