Home
last modified time | relevance | path

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

/freebsd/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"
102 ScopedLineState(UnwrappedLineParser &Parser, in ScopedLineState()
129 UnwrappedLineParser &Parser;
137 CompoundStatementIndenter(UnwrappedLineParser *Parser, in CompoundStatementIndenter()
142 CompoundStatementIndenter(UnwrappedLineParser *Parser, unsigned &LineLevel, in CompoundStatementIndenter()
157 UnwrappedLineParser::UnwrappedLineParser( in UnwrappedLineParser() function in clang::format::UnwrappedLineParser
176 void UnwrappedLineParser
[all...]
H A DUnwrappedLineParser.h101 class UnwrappedLineParser {
103 UnwrappedLineParser(SourceManager &SourceMgr, const FormatStyle &Style,
H A DTokenAnalyzer.cpp110 UnwrappedLineParser Parser(Env.getSourceManager(), Style, Lex.getKeywords(), in process()
/freebsd/lib/clang/libclang/
H A DMakefile445 SRCS_EXT+= Format/UnwrappedLineParser.cpp