Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h2431 LK_Cpp, enumerator
2449 bool isCpp() const { return Language == LK_Cpp || Language == LK_ObjC; } in isCpp()
3433 FormatStyle::LanguageKind Language = FormatStyle::LanguageKind::LK_Cpp);
3655 case FormatStyle::LK_Cpp: in getLanguageName()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format/fuzzer/
H A DClangFormatFuzzer.cpp20 auto Style = getGoogleStyle(clang::format::FormatStyle::LK_Cpp); in LLVMFuzzerTestOneInput()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp58 IO.enumCase(Value, "Cpp", FormatStyle::LK_Cpp); in enumeration()
1130 FormatStyle::LK_Cpp, in getGoogleStyle()
2048 assert(Style.Language == FormatStyle::LK_Cpp); in analyze()
2788 if (Style.Language == FormatStyle::LK_Cpp) { in reformat()
2858 if (Style.Language != FormatStyle::LK_Cpp) in cleanup()
2948 return FormatStyle::LK_Cpp; in getLanguageByFileName()
2953 if (GuessedLanguage == FormatStyle::LK_Cpp) { in guessLanguage()
H A DTokenAnnotator.cpp3577 } else if (Style.Language == FormatStyle::LK_Cpp || in mustBreakBefore()
3786 if ((Style.Language == FormatStyle::LK_Cpp || in mustBreakBefore()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst2764 * ``LK_Cpp`` (in configuration: ``Cpp``)