enum class Sema::AssumedTemplateKind

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

Enumerators

NameValueComment
None0This is not assumed to be a template name.
FoundNothing1This is assumed to be a template name because lookup found nothing.
FoundFunctions2This is assumed to be a template name because lookup found one or more functions (but no function templates).