Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclarationName.h600 detail::CXXOperatorIdName CXXOperatorNames[NUM_OVERLOADED_OPERATORS]; variable
650 return DeclarationName(&CXXOperatorNames[Op]); in getCXXOperatorName()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp27 LangOpts.CXXOperatorNames = 1; in createLangOpts()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclarationName.cpp285 CXXOperatorNames[Op].Kind = static_cast<OverloadedOperatorKind>(Op); in DeclarationNameTable()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp304 if (LangOpts.CXXOperatorNames) \ in AddKeywords()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def128 LANGOPT(CXXOperatorNames , 1, 0, "C++ operator name keywords")
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3840 LangOpts.CXXOperatorNames = AlternativeOperators ? 1 : 0; in getFormattingLangOpts()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp527 Opts.CXXOperatorNames = 1; in ParseLangArgs()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td3223 LangOpts<"CXXOperatorNames">, Default<cplusplus.KeyPath>,