Searched defs:throwStmt (Results 1 – 4 of 4) sorted by relevance
386 void AliveAnalyzer::AnalyzeThrow(const ir::ThrowStatement *throwStmt) in AnalyzeThrow()
963 void AssignAnalyzer::AnalyzeThrow(const ir::ThrowStatement *throwStmt) in AnalyzeThrow()
742 …[[maybe_unused]] auto *const throwStmt = CreateThrowStatement(checker_, inputNameIdent, messageStr… in CreateEnumGetValueOfMethod() local
592 const throwStmt = node as ts.ThrowStatement; constant