Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DUnwrappedLineParser.h59 class FormatTokenSource; variable
165 FormatTokenSource *Tokens;
DUnwrappedLineParser.cpp26 class FormatTokenSource { class
28 virtual ~FormatTokenSource() {} in ~FormatTokenSource()
58 class ScopedMacroState : public FormatTokenSource {
60 ScopedMacroState(UnwrappedLine &Line, FormatTokenSource *&TokenSource, in ScopedMacroState()
109 FormatTokenSource *&TokenSource;
112 FormatTokenSource *PreviousTokenSource;
171 class IndexedTokenSource : public FormatTokenSource {