Searched refs:LK_Cpp (Results 1 – 9 of 9) sorted by relevance
/external/clang/unittests/Format/ |
D | FormatTest.cpp | 21 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 …]
|
D | SortIncludesTest.cpp | 142 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/lib/Format/ |
D | Format.cpp | 46 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()
|
D | UnwrappedLineParser.cpp | 815 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()
|
D | TokenAnnotator.cpp | 264 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()
|
D | ContinuationIndenter.cpp | 517 Style.Language != FormatStyle::LK_Cpp && in addTokenOnNewLine()
|
/external/clang/include/clang/Format/ |
D | Format.h | 423 LK_Cpp, enumerator
|
/external/clang/docs/ |
D | ClangFormatStyleOptions.rst | 505 * ``LK_Cpp`` (in configuration: ``Cpp``)
|