Lines Matching refs:throwError
255 ir::Expression *ParseTsTypeOperatorOrTypeReference(bool throwError);
259 bool throwError);
260 ir::TSUnionType *ParseTsUnionType(ir::Expression *type, bool restrictExtends, bool throwError);
261 ir::Expression *ParseTsParenthesizedOrFunctionType(ir::Expression *typeAnnotation, bool throwError);
264 ir::Expression *ParseTsFunctionType(lexer::SourcePosition startLoc, bool isConstructionType, bool throwError,
276 ir::Expression *ParseTsThisType(bool throwError);
277 ir::Expression *ParseTsIndexAccessType(ir::Expression *typeName, bool throwError);
288 bool throwError);
290 bool throwError);
291 ir::Expression *ParseTsTemplateLiteralType(bool throwError);
366 ir::TSTypeParameter *ParseTsTypeParameter(bool throwError, bool addBinding = false, bool isAllowInOut = false);
367 ir::TSTypeParameterDeclaration *ParseTsTypeParameterDeclaration(bool throwError = true, bool isAllowInOut = false);
368 ir::TSTypeParameterInstantiation *ParseTsTypeParameterInstantiation(bool throwError = true);