Home
last modified time | relevance | path

Searched defs:Spaces (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Format/
DWhitespaceManager.cpp30 unsigned IndentLevel, int Spaces, unsigned StartOfTokenColumn, in Change()
51 unsigned IndentLevel, unsigned Spaces, in replaceWhitespace()
77 unsigned Newlines, unsigned IndentLevel, int Spaces) { in replaceWhitespaceInToken()
508 unsigned IndentLevel, unsigned Spaces, in appendIndentText()
DWhitespaceManager.h140 int Spaces; member
DContinuationIndenter.cpp311 unsigned Spaces = Current.SpacesRequiredBefore + ExtraSpaces; in addTokenOnCurrentLine() local
/external/compiler-rt/lib/ubsan/
Dubsan_diag.cc307 unsigned Spaces = 0; in renderMemorySnippet() local
/external/clang/unittests/Format/
DFormatTest.cpp5480 FormatStyle Spaces = getLLVMStyle(); in TEST_F() local
8519 FormatStyle Spaces = getLLVMStyle(); in TEST_F() local
8627 FormatStyle Spaces = getLLVMStyle(); in TEST_F() local
8650 FormatStyle Spaces = getLLVMStyle(); in TEST_F() local
10838 FormatStyle Spaces = getLLVMStyle(); in TEST_F() local
/external/llvm/lib/Support/
Draw_ostream.cpp460 static const char Spaces[] = " " in indent() local