Home
last modified time | relevance | path

Searched refs:LK_ObjC (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h2439 LK_ObjC, enumerator
2449 bool isCpp() const { return Language == LK_Cpp || Language == LK_ObjC; } in isCpp()
3659 case FormatStyle::LK_ObjC: in getLanguageName()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp61 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()
H A DContinuationIndenter.cpp344 if (Style.Language == FormatStyle::LK_ObjC && in mustBreak()
909 (Style.Language == FormatStyle::LK_ObjC && Current.is(tok::r_brace) && in addTokenOnNewLine()
H A DTokenAnnotator.cpp2550 if (Style.Language == FormatStyle::LK_ObjC && in calculateFormattingInformation()
3578 Style.Language == FormatStyle::LK_ObjC || in mustBreakBefore()
3787 Style.Language == FormatStyle::LK_ObjC) && in mustBreakBefore()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst2776 * ``LK_ObjC`` (in configuration: ``ObjC``)