HomeSort by: relevance | last modified time | path
    Searched refs:WhitespaceManager (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
BreakableToken.h 22 #include "WhitespaceManager.h"
163 WhitespaceManager &Whitespaces) const = 0;
176 WhitespaceManager &Whitespaces) const = 0;
199 WhitespaceManager &Whitespaces) const {}
207 WhitespaceManager &Whitespaces) const {}
223 WhitespaceManager &Whitespaces) const {
261 WhitespaceManager &Whitespaces) const override;
263 WhitespaceManager &Whitespaces) const override {}
303 WhitespaceManager &Whitespaces) const override;
338 // correct indentation of comments in \c WhitespaceManager. Thus they can b
    [all...]
UnwrappedLineFormatter.h 26 class WhitespaceManager;
31 WhitespaceManager *Whitespaces,
66 WhitespaceManager *Whitespaces;
WhitespaceManager.cpp 1 //===--- WhitespaceManager.cpp - Format C++ code --------------------------===//
10 /// This file implements WhitespaceManager class.
14 #include "WhitespaceManager.h"
20 bool WhitespaceManager::Change::IsBeforeInFile::operator()(
27 WhitespaceManager::Change::Change(const FormatToken &Tok,
46 void WhitespaceManager::replaceWhitespace(FormatToken &Tok, unsigned Newlines,
59 void WhitespaceManager::addUntouchableToken(const FormatToken &Tok,
71 WhitespaceManager::addReplacement(const tooling::Replacement &Replacement) {
75 void WhitespaceManager::replaceWhitespaceInToken(
90 const tooling::Replacements &WhitespaceManager::generateReplacements()
    [all...]
WhitespaceManager.h 1 //===--- WhitespaceManager.h - Format C++ code ------------------*- C++ -*-===//
10 /// WhitespaceManager class manages whitespace around tokens and their
32 /// To guarantee correctness of alignment operations, the \c WhitespaceManager
38 class WhitespaceManager {
40 WhitespaceManager(const SourceManager &SourceMgr, const FormatStyle &Style,
ContinuationIndenter.h 36 class WhitespaceManager;
57 WhitespaceManager &Whitespaces,
194 WhitespaceManager &Whitespaces;
BreakableToken.cpp 289 WhitespaceManager &Whitespaces) const {
318 WhitespaceManager &Whitespaces) const {
603 WhitespaceManager &Whitespaces) const {
657 WhitespaceManager &Whitespaces) const {
678 unsigned LineIndex, WhitespaceManager &Whitespaces) const {
890 unsigned ContentIndent, WhitespaceManager &Whitespaces) const {
918 WhitespaceManager &Whitespaces) const {
967 unsigned LineIndex, WhitespaceManager &Whitespaces) const {
987 // token. This is because WhitespaceManager doesn't align trailing
UnwrappedLineFormatter.cpp 11 #include "WhitespaceManager.h"
779 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces,
871 WhitespaceManager *Whitespaces;
880 WhitespaceManager *Whitespaces,
908 WhitespaceManager *Whitespaces, const FormatStyle &Style,
931 WhitespaceManager *Whitespaces,
1214 // Notify the WhitespaceManager about the unchanged whitespace.
ContinuationIndenter.cpp 17 #include "WhitespaceManager.h"
227 WhitespaceManager &Whitespaces,
  /src/external/apache2/llvm/lib/libclangFormat/
Makefile 23 WhitespaceManager.cpp

Completed in 21 milliseconds