Home
last modified time | relevance | path

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

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