allEOGStarters

Returns a list of all Nodes, starting from the current Node, which are the beginning of an EOG path created by the EvaluationOrderGraphPass. Typical examples include all top-level declarations, such as functions and variables. For a more detailed explanation, see EOGStarterHolder.

While it is in theory possible to retrieve this property from all nodes, most use cases should include retrieving it from either an individual TranslationUnitDeclaration or the complete TranslationResult.