Searched refs:UnwrappedLineParser (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineParser.cpp1 //===--- 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,
149 UnwrappedLineParser &Parser;
186 UnwrappedLineParser::UnwrappedLineParser(const FormatStyle &Style, function in class:clang::format::UnwrappedLineParser
193 void UnwrappedLineParser::reset() {
206 bool UnwrappedLineParser
[all...]
H A DUnwrappedLineParser.h1 //===--- UnwrappedLineParser.h - Format C++ code ----------------*- C++ -*-===//
11 /// \brief This file contains the declaration of the UnwrappedLineParser,
32 /// This is used as a main interface between the \c UnwrappedLineParser and the
60 class UnwrappedLineParser { class in namespace:clang::format
62 UnwrappedLineParser(const FormatStyle &Style, ArrayRef<FormatToken *> Tokens,
153 // owned outside of and handed into the UnwrappedLineParser.
166 // The \c UnwrappedLineParser re-parses the code for each combination
H A DFormat.cpp20 #include "UnwrappedLineParser.h"
1225 UnwrappedLineParser Parser(Style, Tokens.lex(), *this);

Completed in 155 milliseconds