Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp102 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::reset() { in reset()
205 void UnwrappedLineParser::parse() { in parse()
271 void UnwrappedLineParser::parseFile() { in parseFile()
299 void UnwrappedLineParser::parseCSharpGenericTypeConstraint() { in parseCSharpGenericTypeConstraint()
317 void UnwrappedLineParser::parseCSharpAttribute() { in parseCSharpAttribute()
[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()
/src/lib/clang/libclang/
H A DMakefile466 SRCS_MIN+= Format/UnwrappedLineParser.cpp