OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WhitespaceManager
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/Format/
BreakableToken.h
22
#include "
WhitespaceManager
.h"
62
WhitespaceManager
&Whitespaces) = 0;
66
WhitespaceManager
&Whitespaces) {}
115
WhitespaceManager
&Whitespaces);
130
WhitespaceManager
&Whitespaces);
132
WhitespaceManager
&Whitespaces);
159
WhitespaceManager
&Whitespaces);
161
WhitespaceManager
&Whitespaces);
WhitespaceManager.cpp
1
//===---
WhitespaceManager
.cpp - Format C++ code --------------------------===//
11
/// \brief This file implements
WhitespaceManager
class.
15
#include "
WhitespaceManager
.h"
22
WhitespaceManager
::Change::IsBeforeInFile::operator()(const Change &C1,
29
WhitespaceManager
::Change::Change(
41
void
WhitespaceManager
::replaceWhitespace(const FormatToken &Tok,
50
void
WhitespaceManager
::addUntouchableToken(const FormatToken &Tok,
59
void
WhitespaceManager
::replaceWhitespaceInToken(
77
const tooling::Replacements &
WhitespaceManager
::generateReplacements() {
90
void
WhitespaceManager
::calculateLineBreakInformation()
[
all
...]
WhitespaceManager.h
1
//===---
WhitespaceManager
.h - Format C++ code ------------------*- C++ -*-===//
11
/// \brief
WhitespaceManager
class manages whitespace around tokens and their
32
/// To guarantee correctness of alignment operations, the \c
WhitespaceManager
38
class
WhitespaceManager
{
40
WhitespaceManager
(SourceManager &SourceMgr, const FormatStyle &Style)
BreakableToken.cpp
163
WhitespaceManager
&Whitespaces) {
203
WhitespaceManager
&Whitespaces) {
211
WhitespaceManager
&Whitespaces) {
348
WhitespaceManager
&Whitespaces) {
368
WhitespaceManager
&Whitespaces) {
Format.cpp
21
#include "
WhitespaceManager
.h"
318
WhitespaceManager
&Whitespaces,
[
all
...]
Completed in 3847 milliseconds