Searched defs:throwStmt (Results 1 – 4 of 4) sorted by relevance
379 void AliveAnalyzer::AnalyzeThrow(const ir::ThrowStatement *throwStmt) in AnalyzeThrow()
961 void AssignAnalyzer::AnalyzeThrow(const ir::ThrowStatement *throwStmt) in AnalyzeThrow()
833 auto *const throwStmt = CreateThrowStatement(this, inputNameIdent, messageString); in CreateEnumGetValueOfMethod() local
604 const throwStmt = node as ts.ThrowStatement; constant