Searched defs:FormatTokenSource (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Format/
H A DUnwrappedLineParser.cpp26 class FormatTokenSource { class in namespace:clang::format
28 virtual ~FormatTokenSource() {}
58 class ScopedMacroState : public FormatTokenSource {
60 ScopedMacroState(UnwrappedLine &Line, FormatTokenSource *&TokenSource,
111 FormatTokenSource *&TokenSource;
114 FormatTokenSource *PreviousTokenSource;
177 class IndexedTokenSource : public FormatTokenSource {

Completed in 56 milliseconds