Searched refs:CurrentIsBasicType (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/parser/ | ||
| D | TypedParser.h | 100 virtual bool CurrentIsBasicType() in CurrentIsBasicType() function |
| D | ASparser.h | 43 bool CurrentIsBasicType() override; |
| D | TSparser.h | 88 bool CurrentIsBasicType() override; |
| D | ASparser.cpp | 456 bool ASParser::CurrentIsBasicType() in CurrentIsBasicType() function in ark::es2panda::parser::ASParser |
| D | TSparser.cpp | 249 bool TSParser::CurrentIsBasicType() in CurrentIsBasicType() function in ark::es2panda::parser::TSParser |
| /arkcompiler/ets_frontend/es2panda/parser/ | ||
| D | parserImpl.h | 246 bool CurrentIsBasicType(); in DEFINE_BITOPS() |
| D | parserImpl.cpp | 309 bool ParserImpl::CurrentIsBasicType() in CurrentIsBasicType() function in panda::es2panda::parser::ParserImpl |