Home | History | Annotate | Download | only in parsing

Lines Matching refs:IsConstructor

75   bool IsConstructor() const { return type_ == kConstructorIdentifier; }
650 static bool IsConstructor(PreParserIdentifier identifier) {
651 return identifier.IsConstructor();