Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DQualifierAlignmentFixer.cpp476 const FormatToken *const PreColonColon = in analyzeLeft() local
478 if (PreColonColon && in analyzeLeft()
479 PreColonColon->isOneOf(TT_TemplateCloser, tok::identifier)) { in analyzeLeft()
480 TypeToken = PreColonColon; in analyzeLeft()