Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DLexer.h683 bool IsStringLiteral);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp1807 bool IsStringLiteral) { in LexUDSuffix() argument
1842 else if (IsStringLiteral && getLangOpts().CPlusPlus14) { in LexUDSuffix()