Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h736 bool isCppAlternativeOperatorKeyword() const { in isCppAlternativeOperatorKeyword() function
H A DUnwrappedLineParser.cpp1701 if (IsCpp && FormatTok->isCppAlternativeOperatorKeyword()) { in parseStructuralElement()