Searched refs:LK_ObjC (Results 1 – 5 of 5) sorted by relevance
49 case FormatStyle::LK_ObjC: in process()
385 IO.enumCase(Value, "ObjC", FormatStyle::LK_ObjC); in enumeration()1755 } else if (Language == FormatStyle::LK_ObjC) { in getGoogleStyle()1828 if (Language == FormatStyle::LK_ObjC) in getChromiumStyle()3739 if (Style.Language == FormatStyle::LK_ObjC && in reformat()3914 return FormatStyle::LK_ObjC; in getLanguageByFileName()3956 return FormatStyle::LK_ObjC; in guessLanguage()
395 if (Style.Language == FormatStyle::LK_ObjC && in mustBreak()1101 (Style.Language == FormatStyle::LK_ObjC && Current.is(tok::r_brace) && in addTokenOnNewLine()
4056 if (Style.Language == FormatStyle::LK_ObjC && in calculateFormattingInformation()
3195 LK_ObjC, enumerator3209 bool isCpp() const { return Language == LK_Cpp || Language == LK_ObjC; } in isCpp()5450 case FormatStyle::LK_ObjC: in getLanguageName()