Searched refs:IsOperator (Results 1 – 3 of 3) sorted by relevance
260 static bool IsOperator(const char *name,
2148 ClangASTContext::IsOperator(decl_name.getAsString().c_str(), op_kind)) { in AddFunDecl()
336 bool ClangASTContext::IsOperator(const char *name, in IsOperator() function in ClangASTContext2123 if (!IsOperator(name, op_kind) || op_kind == clang::NUM_OVERLOADED_OPERATORS) in GetDeclarationName()8202 if (IsOperator(name, op_kind)) { in AddMethodToCXXRecordType()