Lines Matching refs:SourceRangeAstVisitor
12 SourceRangeAstVisitor::SourceRangeAstVisitor(uintptr_t stack_limit,
18 void SourceRangeAstVisitor::VisitBlock(Block* stmt) {
28 void SourceRangeAstVisitor::VisitSwitchStatement(SwitchStatement* stmt) {
36 void SourceRangeAstVisitor::VisitFunctionLiteral(FunctionLiteral* expr) {
42 void SourceRangeAstVisitor::VisitTryCatchStatement(TryCatchStatement* stmt) {
48 void SourceRangeAstVisitor::VisitTryFinallyStatement(
54 bool SourceRangeAstVisitor::VisitNode(AstNode* node) {
74 void SourceRangeAstVisitor::MaybeRemoveContinuationRange(
95 void SourceRangeAstVisitor::MaybeRemoveLastContinuationRange(
115 void SourceRangeAstVisitor::MaybeRemoveContinuationRangeOfAsyncReturn(