Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.h481 bool InDisallowConditionalTypesContext(); in DEFINE_BITOPS()
DparserImpl.cpp621 if (InDisallowConditionalTypesContext()) { in ParseTsTypeAnnotationElement()
3783 if (!InDisallowConditionalTypesContext() && in TryParseConstraintOfInferType()
4320 auto inDisallowConditionalTypesContext = InDisallowConditionalTypesContext(); in DoOutsideOfDisallowConditinalTypesContext()
4348 bool ParserImpl::InDisallowConditionalTypesContext() in InDisallowConditionalTypesContext() function in panda::es2panda::parser::ParserImpl