Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2975 bool AlternativeOperators = Style.isCpp(); in getFormattingLangOpts() local
2976 LangOpts.CXXOperatorNames = AlternativeOperators ? 1 : 0; in getFormattingLangOpts()