enum Parser::AnnotatedNameKind
Declared at: clang/include/clang/Parse/Parser.h:873
Enumerators
Name | Value | Comment |
---|---|---|
ANK_Error | 0 | Annotation has failed and emitted an error. |
ANK_TentativeDecl | 1 | The identifier is a tentatively-declared name. |
ANK_TemplateName | 2 | The identifier is a template name. FIXME: Add an annotation for that. |
ANK_Unresolved | 3 | The identifier can't be resolved. |
ANK_Success | 4 | Annotation was successful. |