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

/external/clang/lib/Format/
H A DUnwrappedLineParser.cpp1 //===--- UnwrappedLineParser.cpp - Format C++ code ------------------------===//
11 /// \brief This file contains the implementation of the UnwrappedLineParser,
16 #include "UnwrappedLineParser.h"
78 // The \c UnwrappedLineParser guards against this by never calling
121 ScopedLineState(UnwrappedLineParser &Parser,
146 UnwrappedLineParser &Parser;
154 CompoundStatementIndenter(UnwrappedLineParser *Parser,
200 UnwrappedLineParser::UnwrappedLineParser(const FormatStyle &Style, function in class:clang::format::UnwrappedLineParser
208 void UnwrappedLineParser
[all...]
H A DAndroid.mk28 UnwrappedLineParser.cpp \
H A DUnwrappedLineParser.h1 //===--- UnwrappedLineParser.h - Format C++ code ----------------*- C++ -*-===//
11 /// \brief This file contains the declaration of the UnwrappedLineParser,
33 /// This is used as a main interface between the \c UnwrappedLineParser and the
61 class UnwrappedLineParser { class in namespace:clang::format
63 UnwrappedLineParser(const FormatStyle &Style,
168 // owned outside of and handed into the UnwrappedLineParser.
181 // The \c UnwrappedLineParser re-parses the code for each combination
H A DFormat.cpp20 #include "UnwrappedLineParser.h"
1437 UnwrappedLineParser Parser(Style, Tokens.getKeywords(), Tokens.lex(),

Completed in 83 milliseconds