Searched refs:getLLVMStyle (Results 1 – 5 of 5) sorted by relevance
/external/clang/unittests/Format/ |
D | FormatTest.cpp | 40 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/ |
D | LibFormat.rst | 47 FormatStyle getLLVMStyle();
|
/external/clang/lib/Format/ |
D | Format.cpp | 303 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/ |
D | Format.h | 422 FormatStyle getLLVMStyle();
|
/external/clang/lib/Index/ |
D | CommentToXML.cpp | 619 format::getLLVMStyle(), Lex, FormatRewriterContext.Sources, Ranges); in formatTextOfDeclaration()
|