ΒΆtemplate <typename T>
void forEachToken(
const clang::format::UnwrappedLine& Line,
const T& Call,
clang::format::FormatToken* Parent = nullptr)
template <typename T>
void forEachToken(
const clang::format::UnwrappedLine& Line,
const T& Call,
clang::format::FormatToken* Parent = nullptr)
Declared at: clang/lib/Format/MacroCallReconstructor.cpp:32
Templates
- T
Parameters
- const clang::format::UnwrappedLine& Line
- const T& Call
- clang::format::FormatToken* Parent = nullptr