Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Format/
H A DQualifierAlignmentFixer.cpp428 const auto IsStartOfType = [](const FormatToken *const Tok) -> bool { in analyzeLeft() local
460 while (!IsStartOfType(TypeToken)) { in analyzeLeft()