OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UnwrappedLineParser
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Format/
UnwrappedLineParser.h
1
//===---
UnwrappedLineParser
.h - Format C++ code ----------------*- C++ -*-===//
11
/// \brief This file contains the declaration of the
UnwrappedLineParser
,
30
/// This is used as a main interface between the \c
UnwrappedLineParser
and the
57
class
UnwrappedLineParser
{
59
UnwrappedLineParser
(const FormatStyle &Style, ArrayRef<FormatToken *> Tokens,
146
// owned outside of and handed into the
UnwrappedLineParser
.
UnwrappedLineParser.cpp
1
//===---
UnwrappedLineParser
.cpp - Format C++ code ------------------------===//
11
/// \brief This file contains the implementation of the
UnwrappedLineParser
,
18
#include "
UnwrappedLineParser
.h"
78
// The \c
UnwrappedLineParser
guards against this by never calling
123
ScopedLineState(
UnwrappedLineParser
&Parser,
146
UnwrappedLineParser
&Parser;
181
UnwrappedLineParser
::
UnwrappedLineParser
(const FormatStyle &Style,
188
bool
UnwrappedLineParser
::parse() {
205
void
UnwrappedLineParser
::parseFile()
[
all
...]
Completed in 45 milliseconds