enum Sema::OverloadKind

Description

C++ Overloading.

Declared at: clang/include/clang/Sema/Sema.h:3617

Enumerators

NameValueComment
Ovl_Overload0This is a legitimate overload: the existing declarations are functions or function templates with different signatures.
Ovl_Match1This is not an overload because the signature exactly matches an existing declaration.
Ovl_NonFunction2This is not an overload because the lookup results contain a non-function.