HomeSort by relevance Sort by last modified time
    Searched refs:IsStringLiteral (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/Lex/
Lexer.h 577 bool IsStringLiteral);
  /external/chromium_org/v8/src/
ast.cc 41 bool Expression::IsStringLiteral() const {
475 if (IsTypeof(left) && right->IsStringLiteral() && Token::IsEqualityOp(op)) {
    [all...]
preparser.h 739 bool IsStringLiteral() const {
896 if (expression.IsStringLiteral()) {
902 bool IsStringLiteral() {
    [all...]
preparser.cc 217 } else if (!statement.IsStringLiteral()) {
ast.h 344 bool IsStringLiteral() const;
    [all...]

Completed in 96 milliseconds