enum class Sema::AssumedTemplateKind
Declared at: clang/include/clang/Sema/Sema.h:7756
Enumerators
Name | Value | Comment |
---|---|---|
None | 0 | This is not assumed to be a template name. |
FoundNothing | 1 | This is assumed to be a template name because lookup found nothing. |
FoundFunctions | 2 | This is assumed to be a template name because lookup found one or more functions (but no function templates). |