Searched defs:IsIdentifier (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/parsing/ | ||
D | token.h | 201 static bool IsIdentifier(Value tok, LanguageMode language_mode, in IsIdentifier() function |
D | preparser.h | 201 bool IsIdentifier() const { in IsIdentifier() function |
D | parser.cc | 366 bool ParserTraits::IsIdentifier(Expression* expression) { in IsIdentifier() function in v8::internal::ParserTraits |
/external/protobuf/src/google/protobuf/io/ | ||
D | tokenizer.cc | 1114 bool Tokenizer::IsIdentifier(const string& text) { in IsIdentifier() function in google::protobuf::io::Tokenizer |
/external/vixl/src/vixl/a64/ | ||
D | debugger-a64.cc | 51 virtual bool IsIdentifier() const { return false; } in IsIdentifier() function in vixl::Token |