enum SymbolOccurrence::OccurrenceKind

Declared at: clang/include/clang/Tooling/Refactoring/Rename/SymbolOccurrences.h:41

Enumerators

NameValueComment
MatchingSymbol0This occurrence is an exact match and can be renamed automatically.Note: Symbol occurrences in macro arguments that expand to different declarations get marked as exact matches, and thus the renaming engine will rename them e.g.:The user will have to fix their code manually after performing such a rename. FIXME: The rename verifier should notify user about this issue.