pub fn cpp_field_declaration_linkage<'tree>(
declaration: Node<'tree>,
source: &str,
ancestry: &ParentIndex<'tree>,
) -> CppFieldLinkageExpand description
Classify a C++ field while its declaration syntax is already available.
The persisted result lets later visibility queries avoid reparsing the complete source file only to recover linkage.