Searched refs:CurrentIsBasicType (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/parser/ | ||
| D | ASparser.h | 44 bool CurrentIsBasicType() override; |
| D | TypedParser.h | 97 virtual bool CurrentIsBasicType() in CurrentIsBasicType() function |
| D | TSparser.h | 84 bool CurrentIsBasicType() override; |
| D | ASparser.cpp | 436 bool ASParser::CurrentIsBasicType() in CurrentIsBasicType() function in panda::es2panda::parser::ASParser |
| D | TSparser.cpp | 442 bool TSParser::CurrentIsBasicType() in CurrentIsBasicType() function in panda::es2panda::parser::TSParser |
| /arkcompiler/ets_frontend/es2panda/parser/ | ||
| D | parserImpl.h | 247 bool CurrentIsBasicType(); in DEFINE_BITOPS() |
| D | parserImpl.cpp | 298 bool ParserImpl::CurrentIsBasicType() in CurrentIsBasicType() function in panda::es2panda::parser::ParserImpl |