Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclarationName.h599 detail::CXXOperatorIdName CXXOperatorNames[NUM_OVERLOADED_OPERATORS]; variable
649 return DeclarationName(&CXXOperatorNames[Op]); in getCXXOperatorName()
/openbsd/gnu/llvm/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp27 LangOpts.CXXOperatorNames = 1; in createLangOpts()
/openbsd/gnu/llvm/clang/lib/AST/
H A DDeclarationName.cpp285 CXXOperatorNames[Op].Kind = static_cast<OverloadedOperatorKind>(Op); in DeclarationNameTable()
/openbsd/gnu/llvm/clang/lib/Basic/
H A DIdentifierTable.cpp293 if (LangOpts.CXXOperatorNames) \ in AddKeywords()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DLangOptions.def127 LANGOPT(CXXOperatorNames , 1, 0, "C++ operator name keywords")
/openbsd/gnu/llvm/clang/lib/Format/
H A DFormat.cpp3645 LangOpts.CXXOperatorNames = AlternativeOperators ? 1 : 0; in getFormattingLangOpts()
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp523 Opts.CXXOperatorNames = 1; in ParseLangArgs()
/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td2500 LangOpts<"CXXOperatorNames">, Default<cplusplus.KeyPath>,