Home
last modified time | relevance | path

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

/external/clang/unittests/Format/
DCleanupTest.cpp373 Style = format::getGoogleStyle(format::FormatStyle::LanguageKind::LK_Cpp); in TEST_F()
398 Style = format::getGoogleStyle(format::FormatStyle::LanguageKind::LK_Cpp); in TEST_F()
451 Style = format::getGoogleStyle(format::FormatStyle::LanguageKind::LK_Cpp); in TEST_F()
472 Style = format::getGoogleStyle(format::FormatStyle::LanguageKind::LK_Cpp); in TEST_F()
509 Style = format::getGoogleStyle(format::FormatStyle::LanguageKind::LK_Cpp); in TEST_F()
DFormatTest.cpp26 FormatStyle getGoogleStyle() { return getGoogleStyle(FormatStyle::LK_Cpp); } in getGoogleStyle()
2848 getChromiumStyle(FormatStyle::LK_Cpp)); in TEST_F()
5462 verifyFormat("A<A>> a;", getChromiumStyle(FormatStyle::LK_Cpp)); in TEST_F()
7645 getChromiumStyle(FormatStyle::LK_Cpp)); in TEST_F()
10039 EXPECT_TRUE(getPredefinedStyle("LLVM", FormatStyle::LK_Cpp, &Styles[1])); in TEST_F()
10040 EXPECT_TRUE(getPredefinedStyle("lLvM", FormatStyle::LK_Cpp, &Styles[2])); in TEST_F()
10044 EXPECT_TRUE(getPredefinedStyle("Google", FormatStyle::LK_Cpp, &Styles[1])); in TEST_F()
10045 EXPECT_TRUE(getPredefinedStyle("gOOgle", FormatStyle::LK_Cpp, &Styles[2])); in TEST_F()
10055 Styles[0] = getChromiumStyle(FormatStyle::LK_Cpp); in TEST_F()
10056 EXPECT_TRUE(getPredefinedStyle("Chromium", FormatStyle::LK_Cpp, &Styles[1])); in TEST_F()
[all …]
DSortIncludesTest.cpp159 Style = getGoogleStyle(FormatStyle::LK_Cpp); in TEST_F()
/external/clang/tools/clang-format/fuzzer/
DClangFormatFuzzer.cpp21 auto Style = getGoogleStyle(clang::format::FormatStyle::LK_Cpp); in LLVMFuzzerTestOneInput()
/external/clang/include/clang/Format/
DFormat.h463 LK_Cpp, enumerator
866 case FormatStyle::LK_Cpp: in getLanguageName()
/external/clang/lib/Format/
DFormat.cpp53 IO.enumCase(Value, "Cpp", FormatStyle::LK_Cpp); in enumeration()
489 LLVMStyle.Language = FormatStyle::LK_Cpp; in getLLVMStyle()
1497 if (Style.Language != FormatStyle::LanguageKind::LK_Cpp) in fixCppIncludeInsertions()
1661 bool AlternativeOperators = Style.Language == FormatStyle::LK_Cpp; in getFormattingLangOpts()
1692 return FormatStyle::LK_Cpp; in getLanguageByFileName()
DUnwrappedLineParser.cpp937 if (Style.Language != FormatStyle::LK_Cpp) { in parseStructuralElement()
1118 if (Style.Language != FormatStyle::LK_Cpp) { in tryToParseLambda()
1711 if (Style.Language == FormatStyle::LK_Cpp && in parseEnum()
DFormatTokenLexer.cpp534 if (Style.Language == FormatStyle::LK_Cpp) { in getNextToken()
DTokenAnnotator.cpp309 Style.Language == FormatStyle::LK_Cpp && in parseSquare()
425 Style.Language != FormatStyle::LK_Cpp)) || in parseBrace()
1146 if (Style.Language != FormatStyle::LK_Cpp && in rParenEndsCast()
2102 if (Style.Language == FormatStyle::LK_Cpp) { in spaceRequiredBefore()
DContinuationIndenter.cpp154 Style.Language == FormatStyle::LK_Cpp && in mustBreak()
559 Style.Language != FormatStyle::LK_Cpp && in addTokenOnNewLine()
/external/clang/docs/
DClangFormatStyleOptions.rst575 * ``LK_Cpp`` (in configuration: ``Cpp``)