Searched refs:TextCheckingTypeGrammar (Results 1 – 3 of 3) sorted by relevance
66 TextCheckingTypeGrammar = 1 << 2, enumerator
1698 …t64_t checkingTypes = checkGrammar ? (TextCheckingTypeSpelling | TextCheckingTypeGrammar) : TextCh… in findFirstMisspellingOrBadGrammarInRange()1709 …} else if (checkGrammar && result->type == TextCheckingTypeGrammar && result->location < currentEn… in findFirstMisspellingOrBadGrammarInRange()2068 …uint64_t checkingTypes = checkGrammar ? (TextCheckingTypeSpelling | TextCheckingTypeGrammar) : Tex… in guessesForMisspelledOrUngrammaticalRange()2088 …if (result->type == TextCheckingTypeGrammar && result->location <= rangeStartOffset && result->loc… in guessesForMisspelledOrUngrammaticalRange()2383 checkingTypes |= TextCheckingTypeGrammar; in markAllMisspellingsAndBadGrammarInRanges()2406 …} else if (markGrammar && result->type == TextCheckingTypeGrammar && resultLocation < grammarRange… in markAllMisspellingsAndBadGrammarInRanges()
709 result.type = TextCheckingTypeGrammar;