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()) {
132 EXPECT_EQ("int a;\nint b;", format("int a; \nint b;", 0, 0, getLLVMStyle()));
136 format("int a; \nint b; ", 0, 0, getLLVMStyle()));
141 format("int b;\n int a;", 7, 0, getLLVMStyle()));
143 format("int b;\n int a;", 6, 0, getLLVMStyle()));
163 format("int a;\n \n\n int b;", 7, 0, getLLVMStyle()));
165 format("int a;\n \n\n int b;", 9, 0, getLLVMStyle()));
205 getLLVMStyle()));
    [all...]
  /external/clang/include/clang/Format/
Format.h 422 FormatStyle getLLVMStyle();
520 /// determined, the default is LLVM Style (see getLLVMStyle()).
  /external/clang/lib/Format/
Format.cpp 303 FormatStyle getLLVMStyle() {
366 FormatStyle GoogleStyle = getLLVMStyle();
413 FormatStyle MozillaStyle = getLLVMStyle();
428 FormatStyle Style = getLLVMStyle();
445 FormatStyle Style = getLLVMStyle();
457 FormatStyle NoStyle = getLLVMStyle();
465 *Style = getLLVMStyle();
    [all...]

Completed in 806 milliseconds