Home
last modified time | relevance | path

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

/external/clang/unittests/Format/
DFormatTest.cpp32 const FormatStyle &Style = getLLVMStyle(), in format()
52 FormatStyle Style = getLLVMStyle(); in getLLVMStyleWithColumns()
64 const FormatStyle &Style = getLLVMStyle()) { in verifyFormat()
69 const FormatStyle &Style = getLLVMStyle()) { in verifyIncompleteFormat()
85 const FormatStyle &Style = getLLVMStyle()) { in verifyNoCrash()
218 getLLVMStyle())); in TEST_F()
293 FormatStyle AllowsMergedIf = getLLVMStyle(); in TEST_F()
332 FormatStyle AllowsMergedLoops = getLLVMStyle(); in TEST_F()
355 FormatStyle AllowSimpleBracedStatements = getLLVMStyle(); in TEST_F()
524 FormatStyle NoBinPacking = getLLVMStyle(); in TEST_F()
[all …]
DSortIncludesTest.cpp37 FormatStyle Style = getLLVMStyle();
DFormatTestSelective.cpp37 FormatStyle Style = getLLVMStyle();
/external/clang/include/clang/Format/
DFormat.h670 FormatStyle getLLVMStyle();
753 LangOptions getFormattingLangOpts(const FormatStyle &Style = getLLVMStyle());
/external/clang/docs/
DLibFormat.rst47 FormatStyle getLLVMStyle();
/external/clang/lib/Format/
DFormat.cpp463 FormatStyle getLLVMStyle() { in getLLVMStyle() function
545 FormatStyle GoogleStyle = getLLVMStyle(); in getGoogleStyle()
614 FormatStyle MozillaStyle = getLLVMStyle(); in getMozillaStyle()
636 FormatStyle Style = getLLVMStyle(); in getWebKitStyle()
656 FormatStyle Style = getLLVMStyle(); in getGNUStyle()
670 FormatStyle NoStyle = getLLVMStyle(); in getNoStyle()
679 *Style = getLLVMStyle(); in getPredefinedStyle()
1956 FormatStyle Style = getLLVMStyle(); in getStyle()
/external/clang/lib/Index/
DCommentToXML.cpp611 format::getLLVMStyle(), FormatRewriterContext.Sources, ID, in formatTextOfDeclaration()