Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h260 static bool IsOperator(const char *name,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp2148 ClangASTContext::IsOperator(decl_name.getAsString().c_str(), op_kind)) { in AddFunDecl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp336 bool ClangASTContext::IsOperator(const char *name, in IsOperator() function in ClangASTContext
2123 if (!IsOperator(name, op_kind) || op_kind == clang::NUM_OVERLOADED_OPERATORS) in GetDeclarationName()
8202 if (IsOperator(name, op_kind)) { in AddMethodToCXXRecordType()