enum AngleBracketTracker::Priority

Description

Flags used to rank candidate template names when there is more than one ' < ' in a scope.

Declared at: clang/include/clang/Parse/Parser.h:323

Enumerators

NameValueComment
PotentialTypo0A non-dependent name that is a potential typo for a template name.
DependentName2A dependent name that might instantiate to a template-name.
SpaceBeforeLess0A space appears before the ' < ' token.
NoSpaceBeforeLess1No space before the ' < ' token
LLVM_BITMASK_LARGEST_ENUMERATOR2