clang  19.0.0git
Public Member Functions | List of all members
clang::format::FormatTokenLexer Class Reference

#include "/home/runner/work/llvm/llvm/repo/clang/lib/Format/FormatTokenLexer.h"

Public Member Functions

 FormatTokenLexer (const SourceManager &SourceMgr, FileID ID, unsigned Column, const FormatStyle &Style, encoding::Encoding Encoding, llvm::SpecificBumpPtrAllocator< FormatToken > &Allocator, IdentifierTable &IdentTable)
 
ArrayRef< FormatToken * > lex ()
 
const AdditionalKeywordsgetKeywords ()
 

Detailed Description

Definition at line 35 of file FormatTokenLexer.h.

Constructor & Destructor Documentation

◆ FormatTokenLexer()

clang::format::FormatTokenLexer::FormatTokenLexer ( const SourceManager SourceMgr,
FileID  ID,
unsigned  Column,
const FormatStyle Style,
encoding::Encoding  Encoding,
llvm::SpecificBumpPtrAllocator< FormatToken > &  Allocator,
IdentifierTable IdentTable 
)

Definition at line 25 of file FormatTokenLexer.cpp.

Member Function Documentation

◆ getKeywords()

const AdditionalKeywords& clang::format::FormatTokenLexer::getKeywords ( )
inline

Definition at line 44 of file FormatTokenLexer.h.

◆ lex()

ArrayRef< FormatToken * > clang::format::FormatTokenLexer::lex ( )

The documentation for this class was generated from the following files: