OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLLVMStyle
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Format/
Format.h
98
FormatStyle
getLLVMStyle
();
/external/clang/unittests/Format/
FormatTest.cpp
44
format(llvm::StringRef Code, const FormatStyle &Style =
getLLVMStyle
()) {
82
FormatStyle Style =
getLLVMStyle
();
94
const FormatStyle &Style =
getLLVMStyle
()) {
168
EXPECT_EQ("int a;\nint b;", format("int a; \nint b;", 0, 0,
getLLVMStyle
()));
172
format("int a; \nint b; ", 0, 0,
getLLVMStyle
()));
177
format("int b;\n int a;", 7, 0,
getLLVMStyle
()));
179
format("int b;\n int a;", 6, 0,
getLLVMStyle
()));
199
format("int a;\n \n\n int b;", 7, 0,
getLLVMStyle
()));
201
format("int a;\n \n\n int b;", 9, 0,
getLLVMStyle
()));
214
9, 5,
getLLVMStyle
()));
[
all
...]
/external/clang/lib/Format/
Format.cpp
34
FormatStyle
getLLVMStyle
() {
[
all
...]
Completed in 127 milliseconds