Home
last modified time | relevance | path

Searched refs:LK_Cpp (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3185 LK_Cpp, enumerator
3209 bool isCpp() const { return Language == LK_Cpp || Language == LK_ObjC; } in isCpp()
5209 FormatStyle::LanguageKind Language = FormatStyle::LanguageKind::LK_Cpp);
5446 case FormatStyle::LK_Cpp: in getLanguageName()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DIntegerLiteralSeparatorFixer.cpp48 case FormatStyle::LK_Cpp: in process()
H A DFormat.cpp382 IO.enumCase(Value, "Cpp", FormatStyle::LK_Cpp); in enumeration()
1665 FormatStyle::LK_Cpp, in getGoogleStyle()
2854 assert(Style.Language == FormatStyle::LK_Cpp); in analyze()
3823 if (Style.Language != FormatStyle::LK_Cpp) in cleanup()
3941 return FormatStyle::LK_Cpp; in getLanguageByFileName()
3946 if (GuessedLanguage == FormatStyle::LK_Cpp) { in guessLanguage()