enum Parser::AnnotatedNameKind

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

Enumerators

NameValueComment
ANK_Error0Annotation has failed and emitted an error.
ANK_TentativeDecl1The identifier is a tentatively-declared name.
ANK_TemplateName2The identifier is a template name. FIXME: Add an annotation for that.
ANK_Unresolved3The identifier can't be resolved.
ANK_Success4Annotation was successful.