Home
last modified time | relevance | path

Searched refs:InDisallowConditionalTypesContext (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.h483 bool InDisallowConditionalTypesContext(); in DEFINE_BITOPS()
DparserImpl.cpp621 if (InDisallowConditionalTypesContext()) { in ParseTsTypeAnnotationElement()
3807 if (!InDisallowConditionalTypesContext() && in TryParseConstraintOfInferType()
4344 auto inDisallowConditionalTypesContext = InDisallowConditionalTypesContext(); in DoOutsideOfDisallowConditinalTypesContext()
4372 bool ParserImpl::InDisallowConditionalTypesContext() in InDisallowConditionalTypesContext() function in panda::es2panda::parser::ParserImpl