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.cpp495 const FormatToken *const PreColonColon = in analyzeLeft() local
497 if (PreColonColon && in analyzeLeft()
498 PreColonColon->isOneOf(TT_TemplateCloser, tok::identifier)) { in analyzeLeft()
499 TypeToken = PreColonColon; in analyzeLeft()