Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormat.cpp596 class FormatTokenLexer { class
598 FormatTokenLexer(SourceManager &SourceMgr, FileID ID, FormatStyle &Style, in FormatTokenLexer() function in clang::format::__anonf8d6a77d0111::FormatTokenLexer
1205 FormatTokenLexer Tokens(SourceMgr, ID, Style, Encoding); in format()
1238 bool StructuralError, FormatTokenLexer &Tokens) { in format()