Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp166 UnwrappedLineParser &Parser;
225 UnwrappedLineParser::UnwrappedLineParser(const FormatStyle &Style, in UnwrappedLineParser() function in clang::format::UnwrappedLineParser
239 void UnwrappedLineParser::reset() { in reset()
256 void UnwrappedLineParser::parse() { in parse()
299 void UnwrappedLineParser::parseFile() { in parseFile()
849 void UnwrappedLineParser::parsePPElse() { in parsePPElse()
862 void UnwrappedLineParser::parsePPEndIf() { in parsePPEndIf()
1962 void UnwrappedLineParser::parseParens() { in parseParens()
2252 void UnwrappedLineParser::parseNew() { in parseNew()
2391 void UnwrappedLineParser::parseSwitch() { in parseSwitch()
[all …]
H A DUnwrappedLineParser.h75 class UnwrappedLineParser {
77 UnwrappedLineParser(const FormatStyle &Style,
H A DTokenAnalyzer.cpp75 UnwrappedLineParser Parser(Style, Lex.getKeywords(), in process()
/freebsd-13.1/lib/clang/libclang/
H A DMakefile377 SRCS_EXT+= Format/UnwrappedLineParser.cpp