Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DLexer.h597 bool IsStringLiteral);
/external/v8/src/
Dast.cc41 bool Expression::IsStringLiteral() const { in IsStringLiteral() function in v8::internal::Expression
475 if (IsTypeof(left) && right->IsStringLiteral() && Token::IsEqualityOp(op)) { in MatchLiteralCompareTypeof()
Dpreparser.cc217 } else if (!statement.IsStringLiteral()) { in ParseSourceElements()
Dpreparser.h739 bool IsStringLiteral() const { in IsStringLiteral() function
896 if (expression.IsStringLiteral()) { in ExpressionStatement()
902 bool IsStringLiteral() { in IsStringLiteral() function
Dast.h344 bool IsStringLiteral() const;
/external/clang/lib/Lex/
DLexer.cpp1622 bool IsStringLiteral) { in LexUDSuffix() argument
1657 else if (IsStringLiteral && getLangOpts().CPlusPlus14) { in LexUDSuffix()