Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DMacroCallReconstructor.cpp32 void forEachToken(const UnwrappedLine &Line, const T &Call, in forEachToken() function
39 forEachToken(Child, Call, N.Tok); in forEachToken()
56 forEachToken(Line, [&](FormatToken *Token, FormatToken *Parent, bool First) { in addLine()