HomeSort by relevance Sort by last modified time
    Searched refs:FormatTokenSource (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Format/
UnwrappedLineParser.h 55 class FormatTokenSource;
141 FormatTokenSource *Tokens;
UnwrappedLineParser.cpp 24 class FormatTokenSource {
26 virtual ~FormatTokenSource() {}
56 class ScopedMacroState : public FormatTokenSource {
58 ScopedMacroState(UnwrappedLine &Line, FormatTokenSource *&TokenSource,
109 FormatTokenSource *&TokenSource;
112 FormatTokenSource *PreviousTokenSource;
154 class IndexedTokenSource : public FormatTokenSource {
    [all...]

Completed in 41 milliseconds