Home
last modified time | relevance | path

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

/external/clang/unittests/Format/
DFormatTest.cpp21 FormatStyle getGoogleStyle() { return getGoogleStyle(FormatStyle::LK_Cpp); } in getGoogleStyle()
2805 getChromiumStyle(FormatStyle::LK_Cpp)); in TEST_F()
5311 verifyFormat("A<A>> a;", getChromiumStyle(FormatStyle::LK_Cpp)); in TEST_F()
7438 getChromiumStyle(FormatStyle::LK_Cpp)); in TEST_F()
9604 EXPECT_TRUE(getPredefinedStyle("LLVM", FormatStyle::LK_Cpp, &Styles[1])); in TEST_F()
9605 EXPECT_TRUE(getPredefinedStyle("lLvM", FormatStyle::LK_Cpp, &Styles[2])); in TEST_F()
9609 EXPECT_TRUE(getPredefinedStyle("Google", FormatStyle::LK_Cpp, &Styles[1])); in TEST_F()
9610 EXPECT_TRUE(getPredefinedStyle("gOOgle", FormatStyle::LK_Cpp, &Styles[2])); in TEST_F()
9620 Styles[0] = getChromiumStyle(FormatStyle::LK_Cpp); in TEST_F()
9621 EXPECT_TRUE(getPredefinedStyle("Chromium", FormatStyle::LK_Cpp, &Styles[1])); in TEST_F()
[all …]
DSortIncludesTest.cpp142 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/lib/Format/
DFormat.cpp46 IO.enumCase(Value, "Cpp", FormatStyle::LK_Cpp); in enumeration()
465 LLVMStyle.Language = FormatStyle::LK_Cpp; in getLLVMStyle()
1320 if (Style.Language == FormatStyle::LK_Cpp) { in getNextToken()
1403 case FormatStyle::LK_Cpp: in getLanguageName()
1920 bool AlternativeOperators = Style.Language == FormatStyle::LK_Cpp; in getFormattingLangOpts()
1951 return FormatStyle::LK_Cpp; in getLanguageByFileName()
DUnwrappedLineParser.cpp815 if (Style.Language != FormatStyle::LK_Cpp) { in parseStructuralElement()
976 if (Style.Language != FormatStyle::LK_Cpp) { in tryToParseLambda()
1539 if (Style.Language == FormatStyle::LK_Cpp && in parseEnum()
DTokenAnnotator.cpp264 Style.Language == FormatStyle::LK_Cpp && in parseSquare()
377 Style.Language != FormatStyle::LK_Cpp)) || in parseBrace()
1061 if (Style.Language != FormatStyle::LK_Cpp && in rParenEndsCast()
1991 if (Style.Language == FormatStyle::LK_Cpp) { in spaceRequiredBefore()
DContinuationIndenter.cpp517 Style.Language != FormatStyle::LK_Cpp && in addTokenOnNewLine()
/external/clang/include/clang/Format/
DFormat.h423 LK_Cpp, enumerator
/external/clang/docs/
DClangFormatStyleOptions.rst505 * ``LK_Cpp`` (in configuration: ``Cpp``)