Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclarationName.h591 detail::CXXOperatorIdName CXXOperatorNames[NUM_OVERLOADED_OPERATORS]; variable
641 return DeclarationName(&CXXOperatorNames[Op]); in getCXXOperatorName()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp25 LangOpts.CXXOperatorNames = 1; in createLangOpts()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclarationName.cpp285 CXXOperatorNames[Op].Kind = static_cast<OverloadedOperatorKind>(Op); in DeclarationNameTable()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DIdentifierTable.cpp205 if (LangOpts.CXXOperatorNames) \ in AddKeywords()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DLangOptions.def117 LANGOPT(CXXOperatorNames , 1, 0, "C++ operator name keywords")
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp2181 Opts.CXXOperatorNames = Opts.CPlusPlus; in setLangDefaults()
2382 Opts.CXXOperatorNames = 0; in ParseLangArgs()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp2274 LangOpts.CXXOperatorNames = AlternativeOperators ? 1 : 0; in getFormattingLangOpts()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp629 Opts.CXXOperatorNames = 1; in ParseLangArgs()