Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DUnwrappedLineParser.cpp171 class IndexedTokenSource : public FormatTokenSource { class
173 IndexedTokenSource(ArrayRef<FormatToken *> Tokens) in IndexedTokenSource() function in clang::format::__anon630c81280211::IndexedTokenSource
221 IndexedTokenSource TokenSource(AllTokens); in parse()