Searched defs:Spaces (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h137 int Spaces; member in struct:clang::format::WhitespaceManager::Change
[all...]
H A DWhitespaceManager.cpp27 Change(const FormatToken &Tok, bool CreateReplacement, SourceRange OriginalWhitespaceRange, int Spaces, unsigned StartOfTokenColumn, unsigned NewlinesBefore, StringRef PreviousLinePostfix, StringRef CurrentLinePrefix, bool IsAligned, bool ContinuesPPDirective, bool IsInsideToken) argument
46 replaceWhitespace(FormatToken &Tok, unsigned Newlines, unsigned Spaces, unsigned StartOfTokenColumn, bool IsAligned, bool InPPDirective) argument
75 replaceWhitespaceInToken( const FormatToken &Tok, unsigned Offset, unsigned ReplaceChars, StringRef PreviousPostfix, StringRef CurrentPrefix, bool InPPDirective, unsigned Newlines, int Spaces) argument
907 unsigned Spaces = local
917 appendIndentText(std::string &Text, unsigned IndentLevel, unsigned Spaces, unsigned WhitespaceStartColumn, bool IsAligned) argument
969 appendTabIndent(std::string &Text, unsigned Spaces, unsigned Indentation) argument
[all...]
H A DContinuationIndenter.cpp580 unsigned Spaces = Current.SpacesRequiredBefore + ExtraSpaces; local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp311 unsigned Spaces = 0; local

Completed in 123 milliseconds