Searched defs:Spaces (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/Format/ |
D | WhitespaceManager.cpp | 30 unsigned IndentLevel, int Spaces, unsigned StartOfTokenColumn, in Change() 47 unsigned IndentLevel, unsigned Spaces, in replaceWhitespace() 71 unsigned Newlines, unsigned IndentLevel, int Spaces) { in replaceWhitespaceInToken() 313 unsigned IndentLevel, unsigned Spaces, in appendIndentText()
|
D | WhitespaceManager.h | 140 int Spaces; member
|
D | ContinuationIndenter.cpp | 277 unsigned Spaces = Current.SpacesRequiredBefore + ExtraSpaces; in addTokenOnCurrentLine() local
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_diag.cc | 243 unsigned Spaces = 0; in renderMemorySnippet() local
|
/external/chromium_org/base/debug/ |
D | proc_maps_linux_unittest.cc | 35 TEST(ProcMapsTest, Spaces) { in TEST() argument
|
/external/llvm/lib/Support/ |
D | raw_ostream.cpp | 399 static const char Spaces[] = " " in indent() local
|
/external/clang/unittests/Format/ |
D | FormatTest.cpp | 7549 FormatStyle Spaces = getLLVMStyle(); in TEST_F() local 7614 FormatStyle Spaces = getLLVMStyle(); in TEST_F() local 8956 FormatStyle Spaces = getLLVMStyle(); in TEST_F() local
|