clang 20.0.0git
|
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/Format/UnwrappedLineParser.h"
Public Member Functions | |
UnwrappedLineParser (SourceManager &SourceMgr, const FormatStyle &Style, const AdditionalKeywords &Keywords, unsigned FirstStartColumn, ArrayRef< FormatToken * > Tokens, UnwrappedLineConsumer &Callback, llvm::SpecificBumpPtrAllocator< FormatToken > &Allocator, IdentifierTable &IdentTable) | |
void | parse () |
Friends | |
class | ScopedLineState |
class | CompoundStatementIndenter |
Definition at line 101 of file UnwrappedLineParser.h.
clang::format::UnwrappedLineParser::UnwrappedLineParser | ( | SourceManager & | SourceMgr, |
const FormatStyle & | Style, | ||
const AdditionalKeywords & | Keywords, | ||
unsigned | FirstStartColumn, | ||
ArrayRef< FormatToken * > | Tokens, | ||
UnwrappedLineConsumer & | Callback, | ||
llvm::SpecificBumpPtrAllocator< FormatToken > & | Allocator, | ||
IdentifierTable & | IdentTable | ||
) |
Definition at line 157 of file UnwrappedLineParser.cpp.
void clang::format::UnwrappedLineParser::parse | ( | ) |
Definition at line 205 of file UnwrappedLineParser.cpp.
References clang::format::UnwrappedLineConsumer::consumeUnwrappedLine(), clang::format::UnwrappedLineConsumer::finishRun(), and clang::format::IndexedTokenSource::reset().
|
friend |
Definition at line 406 of file UnwrappedLineParser.h.
|
friend |
Definition at line 405 of file UnwrappedLineParser.h.