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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp1 //===--- UnwrappedLineParser.cpp - Format C++ code ------------------------===//
10 /// This file contains the implementation of the UnwrappedLineParser,
15 #include "UnwrappedLineParser.h"
101 // The \c UnwrappedLineParser guards against this by never calling
141 ScopedLineState(UnwrappedLineParser &Parser,
166 UnwrappedLineParser &Parser;
174 CompoundStatementIndenter(UnwrappedLineParser *Parser,
179 CompoundStatementIndenter(UnwrappedLineParser *Parser, unsigned &LineLevel,
225 UnwrappedLineParser::UnwrappedLineParser(cons function in class:clang::format::UnwrappedLineParser
[all...]
H A DUnwrappedLineParser.h1 //===--- UnwrappedLineParser.h - Format C++ code ----------------*- C++ -*-===//
10 /// This file contains the declaration of the UnwrappedLineParser,
33 /// This is used as a main interface between the \c UnwrappedLineParser and the
75 class UnwrappedLineParser { class in namespace:clang::format
77 UnwrappedLineParser(const FormatStyle &Style,
222 // owned outside of and handed into the UnwrappedLineParser.
241 // The \c UnwrappedLineParser re-parses the code for each combination
H A DTokenAnalyzer.cpp22 #include "UnwrappedLineParser.h"
75 UnwrappedLineParser Parser(Style, Lex.getKeywords(),
/freebsd-13-stable/lib/clang/libclang/
H A DMakefile365 SRCS_EXT+= Format/UnwrappedLineParser.cpp

Completed in 108 milliseconds