Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineParser.cpp166 UnwrappedLineParser &Parser;
220 UnwrappedLineParser::UnwrappedLineParser(const FormatStyle &Style, in UnwrappedLineParser() function in clang::format::UnwrappedLineParser
234 void UnwrappedLineParser::reset() { in reset()
251 void UnwrappedLineParser::parse() { in parse()
294 void UnwrappedLineParser::parseFile() { in parseFile()
773 void UnwrappedLineParser::parsePPElse() { in parsePPElse()
786 void UnwrappedLineParser::parsePPEndIf() { in parsePPEndIf()
1607 void UnwrappedLineParser::parseParens() { in parseParens()
1832 void UnwrappedLineParser::parseNew() { in parseNew()
1904 void UnwrappedLineParser::parseLabel() { in parseLabel()
[all …]
H A DUnwrappedLineParser.h76 class UnwrappedLineParser {
78 UnwrappedLineParser(const FormatStyle &Style,
H A DTokenAnalyzer.cpp71 UnwrappedLineParser Parser(Style, Tokens.getKeywords(), in process()
/freebsd-12.1/lib/clang/libclang/
H A DMakefile323 SRCS_EXT+= Format/UnwrappedLineParser.cpp