Searched refs:AllTokens (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h334 ArrayRef<FormatToken *> AllTokens; member in class:clang::format::UnwrappedLineParser
H A DUnwrappedLineParser.cpp158 Callback(Callback), AllTokens(Tokens), PPBranchLevel(-1),
185 for (FormatToken *Token : AllTokens)
195 IndexedTokenSource TokenSource(AllTokens);

Completed in 116 milliseconds