Searched defs:Spaces (Results 1 – 6 of 6) sorted by relevance
30 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()
140 int Spaces; member
311 unsigned Spaces = Current.SpacesRequiredBefore + ExtraSpaces; in addTokenOnCurrentLine() local
307 unsigned Spaces = 0; in renderMemorySnippet() local
5480 FormatStyle Spaces = getLLVMStyle(); in TEST_F() local8519 FormatStyle Spaces = getLLVMStyle(); in TEST_F() local8627 FormatStyle Spaces = getLLVMStyle(); in TEST_F() local8650 FormatStyle Spaces = getLLVMStyle(); in TEST_F() local10838 FormatStyle Spaces = getLLVMStyle(); in TEST_F() local
460 static const char Spaces[] = " " in indent() local