Searched refs:UnwrappedLineParser (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | UnwrappedLineParser.cpp | 1 //===--- UnwrappedLineParser.cpp - Format C++ code ------------------------===// 10 /// This file contains the implementation of the UnwrappedLineParser, 15 #include "UnwrappedLineParser.h" 102 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 [all...] |
H A D | UnwrappedLineParser.h | 101 class UnwrappedLineParser { 103 UnwrappedLineParser(SourceManager &SourceMgr, const FormatStyle &Style,
|
H A D | TokenAnalyzer.cpp | 110 UnwrappedLineParser Parser(Env.getSourceManager(), Style, Lex.getKeywords(), in process()
|
/freebsd/lib/clang/libclang/ |
H A D | Makefile | 445 SRCS_EXT+= Format/UnwrappedLineParser.cpp
|