clang 22.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 154 of file UnwrappedLineParser.cpp.
References false, clang::format::getFormattingLangOpts(), clang::isCpp(), and clang::nullptr.
void clang::format::UnwrappedLineParser::parse | ( | ) |
Definition at line 196 of file UnwrappedLineParser.cpp.
References clang::format::IndexedTokenSource::reset().
|
friend |
Definition at line 419 of file UnwrappedLineParser.h.
References CompoundStatementIndenter.
Referenced by CompoundStatementIndenter.
|
friend |
Definition at line 418 of file UnwrappedLineParser.h.
References ScopedLineState.
Referenced by ScopedLineState.