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()
72 const FormatStyle &Style = getLLVMStyle()) { in verifyNoCrash()
139 EXPECT_EQ("int a;\nint b;", format("int a; \nint b;", 0, 0, getLLVMStyle())); in TEST_F()
143 format("int a; \nint b; ", 0, 0, getLLVMStyle())); in TEST_F()
148 format("int b;\n int a;", 7, 0, getLLVMStyle())); in TEST_F()
150 format("int b;\n int a;", 6, 0, getLLVMStyle())); in TEST_F()
170 format("int b;\n\nint a;", 8, 0, getLLVMStyle())); in TEST_F()
172 format("int b;\n\nint a;", 7, 0, getLLVMStyle())); in TEST_F()
[all …]
/external/clang/include/clang/Format/
DFormat.h482 FormatStyle getLLVMStyle();
560 LangOptions getFormattingLangOpts(const FormatStyle &Style = getLLVMStyle());
/external/clang/lib/Format/
DFormat.cpp324 FormatStyle getLLVMStyle() { in getLLVMStyle() function
395 FormatStyle GoogleStyle = getLLVMStyle(); in getGoogleStyle()
460 FormatStyle MozillaStyle = getLLVMStyle(); in getMozillaStyle()
475 FormatStyle Style = getLLVMStyle(); in getWebKitStyle()
495 FormatStyle Style = getLLVMStyle(); in getGNUStyle()
508 FormatStyle NoStyle = getLLVMStyle(); in getNoStyle()
516 *Style = getLLVMStyle(); in getPredefinedStyle()
1559 FormatStyle Style = getLLVMStyle(); in getStyle()
/external/clang/docs/
DLibFormat.rst47 FormatStyle getLLVMStyle();
/external/clang/lib/Index/
DCommentToXML.cpp612 format::getLLVMStyle(), FormatRewriterContext.Sources, ID, in formatTextOfDeclaration()