Home
last modified time | relevance | path

Searched defs:reportError (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
DETSparserTypes.cpp485 bool const reportError = ((*options) & TypeAnnotationParsingOptions::REPORT_ERROR) != 0; in ParseTypeAnnotationNoPreferParam() local
DTypedParser.cpp707 bool reportError = ((*options) & TypeAnnotationParsingOptions::REPORT_ERROR) != 0; in ParseTypeParameter() local
DASparser.cpp741 bool reportError = (((*options) & TypeAnnotationParsingOptions::REPORT_ERROR) != 0); in ParseTypeAnnotation() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp301 auto const reportError = (flags & TypeRelationFlag::NO_THROW) == 0; in ValidateParameterlessConstructor() local
337 … const std::vector<bool> &argTypeInferenceRequired, bool reportError) in ValidateSignatureRequiredParams()
438 TypeRelationFlag flags, bool reportError) in ValidateSignatureRestParams()
569 auto const reportError = (flags & TypeRelationFlag::NO_THROW) == 0; in ValidateSignature() local
Dobject.cpp930 bool reportError) in MaybeReportErrorsForOverridingValidation()