Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenSource.h86 class IndexedTokenSource : public FormatTokenSource {
88 IndexedTokenSource(ArrayRef<FormatToken *> Tokens) in IndexedTokenSource() function
H A DUnwrappedLineParser.cpp206 IndexedTokenSource TokenSource(AllTokens); in parse()