Home
last modified time | relevance | path

Searched defs:IsStringLiteral (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
Dast.cc41 bool Expression::IsStringLiteral() const { in IsStringLiteral() function in v8::internal::Expression
Dpreparser.h739 bool IsStringLiteral() const { in IsStringLiteral() function
902 bool IsStringLiteral() { in IsStringLiteral() function
/external/clang/lib/Lex/
DLexer.cpp1628 bool IsStringLiteral) { in LexUDSuffix()