Home
last modified time | relevance | path

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

/external/clang/unittests/Format/
DFormatTest.cpp37 const FormatStyle &Style = getLLVMStyle(), in format()
57 FormatStyle Style = getLLVMStyle(); in getLLVMStyleWithColumns()
69 const FormatStyle &Style = getLLVMStyle()) { in verifyFormat()
74 const FormatStyle &Style = getLLVMStyle()) { in verifyIncompleteFormat()
90 const FormatStyle &Style = getLLVMStyle()) { in verifyNoCrash()
223 getLLVMStyle())); in TEST_F()
298 FormatStyle AllowsMergedIf = getLLVMStyle(); in TEST_F()
349 FormatStyle AllowsMergedLoops = getLLVMStyle(); in TEST_F()
372 FormatStyle AllowSimpleBracedStatements = getLLVMStyle(); in TEST_F()
541 FormatStyle NoBinPacking = getLLVMStyle(); in TEST_F()
[all …]
DSortIncludesTest.cpp43 FormatStyle Style = getLLVMStyle();
DCleanupTest.cpp25 const FormatStyle &Style = getLLVMStyle()) { in cleanup()
111 FormatStyle Style = getLLVMStyle(); in TEST_F()
288 FormatStyle Style = getLLVMStyle();
DFormatTestSelective.cpp37 FormatStyle Style = getLLVMStyle();
/external/clang/include/clang/Format/
DFormat.h717 FormatStyle getLLVMStyle();
832 LangOptions getFormattingLangOpts(const FormatStyle &Style = getLLVMStyle());
/external/clang/docs/
DLibFormat.rst47 FormatStyle getLLVMStyle();
/external/clang/lib/Format/
DFormat.cpp487 FormatStyle getLLVMStyle() { in getLLVMStyle() function
574 FormatStyle GoogleStyle = getLLVMStyle(); in getGoogleStyle()
649 FormatStyle MozillaStyle = getLLVMStyle(); in getMozillaStyle()
671 FormatStyle Style = getLLVMStyle(); in getWebKitStyle()
691 FormatStyle Style = getLLVMStyle(); in getGNUStyle()
705 FormatStyle NoStyle = getLLVMStyle(); in getNoStyle()
714 *Style = getLLVMStyle(); in getPredefinedStyle()
1700 FormatStyle Style = getLLVMStyle(); in getStyle()
/external/clang/lib/Index/
DCommentToXML.cpp610 format::getLLVMStyle(), FormatRewriterContext.Sources, ID, in formatTextOfDeclaration()