Lines Matching defs:startLoc
79 lexer::SourcePosition startLoc = lexer_->GetToken().Start();
86 blockStmt->SetRange({startLoc, lexer_->GetToken().End()});
635 const lexer::SourcePosition &startLoc)
673 ctor->SetRange({startLoc, lexer_->GetToken().End()});
681 const lexer::SourcePosition &startLoc)
687 ctor = BuildImplicitConstructor(modifiers, startLoc);
779 lexer::SourcePosition startLoc = lexer_->GetToken().Start();
819 return {ctor, std::move(properties), lexer::SourceRange {startLoc, endLoc}};
936 lexer::SourcePosition startLoc = lexer_->GetToken().Start();
951 funcNode->SetRange({startLoc, endLoc});