Searched refs:LK_Cpp (Results 1 – 11 of 11) sorted by relevance
/external/clang/unittests/Format/ |
D | CleanupTest.cpp | 373 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()
|
D | FormatTest.cpp | 26 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 …]
|
D | SortIncludesTest.cpp | 159 Style = getGoogleStyle(FormatStyle::LK_Cpp); in TEST_F()
|
/external/clang/tools/clang-format/fuzzer/ |
D | ClangFormatFuzzer.cpp | 21 auto Style = getGoogleStyle(clang::format::FormatStyle::LK_Cpp); in LLVMFuzzerTestOneInput()
|
/external/clang/include/clang/Format/ |
D | Format.h | 463 LK_Cpp, enumerator 866 case FormatStyle::LK_Cpp: in getLanguageName()
|
/external/clang/lib/Format/ |
D | Format.cpp | 53 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()
|
D | UnwrappedLineParser.cpp | 937 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()
|
D | FormatTokenLexer.cpp | 534 if (Style.Language == FormatStyle::LK_Cpp) { in getNextToken()
|
D | TokenAnnotator.cpp | 309 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()
|
D | ContinuationIndenter.cpp | 154 Style.Language == FormatStyle::LK_Cpp && in mustBreak() 559 Style.Language != FormatStyle::LK_Cpp && in addTokenOnNewLine()
|
/external/clang/docs/ |
D | ClangFormatStyleOptions.rst | 575 * ``LK_Cpp`` (in configuration: ``Cpp``)
|