Home
last modified time | relevance | path

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

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