Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/
DUnwrappedLineParser.cpp123 ScopedLineState(UnwrappedLineParser &Parser, in ScopedLineState()
149 UnwrappedLineParser &Parser;
186 UnwrappedLineParser::UnwrappedLineParser(const FormatStyle &Style, in UnwrappedLineParser() function in clang::format::UnwrappedLineParser
193 void UnwrappedLineParser::reset() { in reset()
206 bool UnwrappedLineParser::parse() { in parse()
242 void UnwrappedLineParser::parseFile() { in parseFile()
252 void UnwrappedLineParser::parseLevel(bool HasOpeningBrace) { in parseLevel()
288 void UnwrappedLineParser::calculateBraceTypes() { in calculateBraceTypes()
363 void UnwrappedLineParser::parseBlock(bool MustBeDeclaration, bool AddLevel, in parseBlock()
389 void UnwrappedLineParser::parseChildBlock() { in parseChildBlock()
[all …]
DUnwrappedLineParser.h60 class UnwrappedLineParser {
62 UnwrappedLineParser(const FormatStyle &Style, ArrayRef<FormatToken *> Tokens,
DFormat.cpp1225 UnwrappedLineParser Parser(Style, Tokens.lex(), *this); in format()