Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DLexer.h734 bool IsStringLiteral);
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DLexer.cpp1985 bool IsStringLiteral) { in LexUDSuffix() argument
2020 else if (IsStringLiteral && LangOpts.CPlusPlus14) { in LexUDSuffix()