HomeSort by relevance Sort by last modified time
    Searched refs:getLLVMStyle (Results 1 - 3 of 3) sorted by null

  /external/clang/unittests/Format/
FormatTest.cpp 40 format(llvm::StringRef Code, const FormatStyle &Style = getLLVMStyle()) {
45 FormatStyle Style = getLLVMStyle();
57 const FormatStyle &Style = getLLVMStyle()) {
72 const FormatStyle &Style = getLLVMStyle()) {
139 EXPECT_EQ("int a;\nint b;", format("int a; \nint b;", 0, 0, getLLVMStyle()));
143 format("int a; \nint b; ", 0, 0, getLLVMStyle()));
148 format("int b;\n int a;", 7, 0, getLLVMStyle()));
150 format("int b;\n int a;", 6, 0, getLLVMStyle()));
170 format("int b;\n\nint a;", 8, 0, getLLVMStyle()));
172 format("int b;\n\nint a;", 7, 0, getLLVMStyle()));
    [all...]
  /external/clang/include/clang/Format/
Format.h 482 FormatStyle getLLVMStyle();
560 LangOptions getFormattingLangOpts(const FormatStyle &Style = getLLVMStyle());
585 /// determined, the default is LLVM Style (see getLLVMStyle()).
  /external/clang/lib/Format/
Format.cpp 324 FormatStyle getLLVMStyle() {
395 FormatStyle GoogleStyle = getLLVMStyle();
460 FormatStyle MozillaStyle = getLLVMStyle();
475 FormatStyle Style = getLLVMStyle();
495 FormatStyle Style = getLLVMStyle();
508 FormatStyle NoStyle = getLLVMStyle();
516 *Style = getLLVMStyle();
    [all...]

Completed in 2205 milliseconds