Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineParser.cpp212 UnwrappedLineParser &Parser;
316 UnwrappedLineParser::UnwrappedLineParser(const FormatStyle &Style, in UnwrappedLineParser() function in clang::format::UnwrappedLineParser
330 void UnwrappedLineParser::reset() { in reset()
348 void UnwrappedLineParser::parse() { in parse()
390 void UnwrappedLineParser::parseFile() { in parseFile()
1033 void UnwrappedLineParser::parseChildBlock( in parseChildBlock()
1174 void UnwrappedLineParser::parsePPElse() { in parsePPElse()
1187 void UnwrappedLineParser::parsePPEndIf() { in parsePPEndIf()
2859 void UnwrappedLineParser::parseNew() { in parseNew()
3011 void UnwrappedLineParser::parseSwitch() { in parseSwitch()
[all …]
H A DUnwrappedLineParser.h76 class UnwrappedLineParser {
78 UnwrappedLineParser(const FormatStyle &Style,
H A DCMakeLists.txt19 UnwrappedLineParser.cpp
H A DTokenAnalyzer.cpp110 UnwrappedLineParser Parser(Style, Lex.getKeywords(), in process()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/Format/
H A DBUILD.gn27 "UnwrappedLineParser.cpp",
/llvm-project-15.0.7/clang/unittests/Format/
H A DTestLexer.h75 UnwrappedLineParser Parser(Style, Lex.getKeywords(), 0, Tokens, *this); in annotate()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt473 clang/lib/Format/UnwrappedLineParser.cpp
474 clang/lib/Format/UnwrappedLineParser.h