Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineParser.cpp242 class IndexedTokenSource : public FormatTokenSource { class
244 IndexedTokenSource(ArrayRef<FormatToken *> Tokens) in IndexedTokenSource() function in clang::format::__anond198c64d0211::IndexedTokenSource
349 IndexedTokenSource TokenSource(AllTokens); in parse()