Searched refs:LK_ObjC (Results 1 – 5 of 5) sorted by relevance
2439 LK_ObjC, enumerator2449 bool isCpp() const { return Language == LK_Cpp || Language == LK_ObjC; } in isCpp()3659 case FormatStyle::LK_ObjC: in getLanguageName()
61 IO.enumCase(Value, "ObjC", FormatStyle::LK_ObjC); in enumeration()1218 } else if (Language == FormatStyle::LK_ObjC) { in getGoogleStyle()1291 if (Language == FormatStyle::LK_ObjC) in getChromiumStyle()2935 return FormatStyle::LK_ObjC; in getLanguageByFileName()2963 return FormatStyle::LK_ObjC; in guessLanguage()
344 if (Style.Language == FormatStyle::LK_ObjC && in mustBreak()909 (Style.Language == FormatStyle::LK_ObjC && Current.is(tok::r_brace) && in addTokenOnNewLine()
2550 if (Style.Language == FormatStyle::LK_ObjC && in calculateFormattingInformation()3578 Style.Language == FormatStyle::LK_ObjC || in mustBreakBefore()3787 Style.Language == FormatStyle::LK_ObjC) && in mustBreakBefore()
2776 * ``LK_ObjC`` (in configuration: ``ObjC``)