Home
last modified time | relevance | path

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

/external/clang/unittests/Format/
DFormatTest.cpp40 format(llvm::StringRef Code, const FormatStyle &Style = getLLVMStyle()) { in format()
45 FormatStyle Style = getLLVMStyle(); in getLLVMStyleWithColumns()
57 const FormatStyle &Style = getLLVMStyle()) { in verifyFormat()
132 EXPECT_EQ("int a;\nint b;", format("int a; \nint b;", 0, 0, getLLVMStyle())); in TEST_F()
136 format("int a; \nint b; ", 0, 0, getLLVMStyle())); in TEST_F()
141 format("int b;\n int a;", 7, 0, getLLVMStyle())); in TEST_F()
143 format("int b;\n int a;", 6, 0, getLLVMStyle())); in TEST_F()
163 format("int a;\n \n\n int b;", 7, 0, getLLVMStyle())); in TEST_F()
165 format("int a;\n \n\n int b;", 9, 0, getLLVMStyle())); in TEST_F()
205 getLLVMStyle())); in TEST_F()
[all …]
/external/clang/docs/
DLibFormat.rst47 FormatStyle getLLVMStyle();
/external/clang/lib/Format/
DFormat.cpp303 FormatStyle getLLVMStyle() { in getLLVMStyle() function
366 FormatStyle GoogleStyle = getLLVMStyle(); in getGoogleStyle()
413 FormatStyle MozillaStyle = getLLVMStyle(); in getMozillaStyle()
428 FormatStyle Style = getLLVMStyle(); in getWebKitStyle()
445 FormatStyle Style = getLLVMStyle(); in getGNUStyle()
457 FormatStyle NoStyle = getLLVMStyle(); in getNoStyle()
465 *Style = getLLVMStyle(); in getPredefinedStyle()
2036 FormatStyle Style = getLLVMStyle(); in getStyle()
/external/clang/include/clang/Format/
DFormat.h422 FormatStyle getLLVMStyle();
/external/clang/lib/Index/
DCommentToXML.cpp619 format::getLLVMStyle(), Lex, FormatRewriterContext.Sources, Ranges); in formatTextOfDeclaration()