Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
55 forEachToken(Line, [&](FormatToken *Token, FormatToken *Parent, bool First, in addLine()