HomeSort by relevance Sort by last modified time
    Searched refs:UnwrappedLineParser (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Format/
UnwrappedLineParser.cpp 1 //===--- UnwrappedLineParser.cpp - Format C++ code ------------------------===//
11 /// \brief This file contains the implementation of the UnwrappedLineParser,
16 #include "UnwrappedLineParser.h"
80 // The \c UnwrappedLineParser guards against this by never calling
125 ScopedLineState(UnwrappedLineParser &Parser,
150 UnwrappedLineParser &Parser;
158 CompoundStatementIndenter(UnwrappedLineParser *Parser,
206 UnwrappedLineParser::UnwrappedLineParser(const FormatStyle &Style,
215 void UnwrappedLineParser::reset()
    [all...]
UnwrappedLineParser.h 1 //===--- 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 {
63 UnwrappedLineParser(const FormatStyle &Style,
173 // owned outside of and handed into the UnwrappedLineParser.
186 // The \c UnwrappedLineParser re-parses the code for each combination
Android.mk 28 UnwrappedLineParser.cpp \
Format.cpp 19 #include "UnwrappedLineParser.h"
    [all...]

Completed in 2314 milliseconds