Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h701 bool IsStringLiteral);
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1836 bool IsStringLiteral) { in LexUDSuffix() argument
1871 else if (IsStringLiteral && getLangOpts().CPlusPlus14) { in LexUDSuffix()