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.cpp98 ScopedLineState(UnwrappedLineParser &Parser, in ScopedLineState()
125 UnwrappedLineParser &Parser;
133 CompoundStatementIndenter(UnwrappedLineParser *Parser, in CompoundStatementIndenter()
139 CompoundStatementIndenter(UnwrappedLineParser *Parser, unsigned &LineLevel, in CompoundStatementIndenter()
154 UnwrappedLineParser::UnwrappedLineParser( in UnwrappedLineParser() function in clang::format::UnwrappedLineParser
171 void UnwrappedLineParser::reset() { in reset()
200 void UnwrappedLineParser::parse() { in parse()
266 void UnwrappedLineParser::parseFile() { in parseFile()
292 void UnwrappedLineParser::parseCSharpGenericTypeConstraint() { in parseCSharpGenericTypeConstraint()
311 void UnwrappedLineParser::parseCSharpAttribute() { in parseCSharpAttribute()
[all …]
H A DUnwrappedLineParser.h101 class UnwrappedLineParser {
103 UnwrappedLineParser(SourceManager &SourceMgr, const FormatStyle &Style,
H A DTokenAnalyzer.cpp107 UnwrappedLineParser Parser(Env.getSourceManager(), Style, Lex.getKeywords(), in process()
/freebsd/lib/clang/libclang/
H A DMakefile475 SRCS_MIN+= Format/UnwrappedLineParser.cpp