Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DIntegerLiteralSeparatorFixer.cpp49 case FormatStyle::LK_ObjC: in process()
H A DFormat.cpp385 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()
H A DContinuationIndenter.cpp395 if (Style.Language == FormatStyle::LK_ObjC && in mustBreak()
1101 (Style.Language == FormatStyle::LK_ObjC && Current.is(tok::r_brace) && in addTokenOnNewLine()
H A DTokenAnnotator.cpp4056 if (Style.Language == FormatStyle::LK_ObjC && in calculateFormattingInformation()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3195 LK_ObjC, enumerator
3209 bool isCpp() const { return Language == LK_Cpp || Language == LK_ObjC; } in isCpp()
5450 case FormatStyle::LK_ObjC: in getLanguageName()