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 35 format(llvm::StringRef Code, const FormatStyle &Style = getLLVMStyle()) {
73 FormatStyle Style = getLLVMStyle();
85 const FormatStyle &Style = getLLVMStyle()) {
159 EXPECT_EQ("int a;\nint b;", format("int a; \nint b;", 0, 0, getLLVMStyle()));
163 format("int a; \nint b; ", 0, 0, getLLVMStyle()));
168 format("int b;\n int a;", 7, 0, getLLVMStyle()));
170 format("int b;\n int a;", 6, 0, getLLVMStyle()));
190 format("int a;\n \n\n int b;", 7, 0, getLLVMStyle()));
192 format("int a;\n \n\n int b;", 9, 0, getLLVMStyle()));
252 9, 5, getLLVMStyle()));
    [all...]
  /external/clang/include/clang/Format/
Format.h 234 FormatStyle getLLVMStyle();
  /external/clang/lib/Format/
Format.cpp 154 FormatStyle getLLVMStyle() {
238 FormatStyle MozillaStyle = getLLVMStyle();
250 FormatStyle Style = getLLVMStyle();
265 *Style = getLLVMStyle();
    [all...]

Completed in 3479 milliseconds