Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
HDUnwrappedLineParser.cpp195 class IndexedTokenSource : public FormatTokenSource { class
197 IndexedTokenSource(ArrayRef<FormatToken *> Tokens) in IndexedTokenSource() function in clang::format::__anon0bdf2d940211::IndexedTokenSource
256 IndexedTokenSource TokenSource(AllTokens); in parse()