Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/
DUnwrappedLineParser.cpp157 class IndexedTokenSource : public FormatTokenSource { class
159 IndexedTokenSource(ArrayRef<FormatToken *> Tokens) in IndexedTokenSource() function in clang::format::__anonfb5115ef0211::IndexedTokenSource
207 IndexedTokenSource TokenSource(AllTokens); in parse()