clang::mrdocs::getParents

Return a list of the parent symbols of the specified Info.

Synopses

Declared in <mrdocs/Corpus.hpp>
Return a list of the parent symbols of the specified Info.
std::vector<SymbolID>
getParents(
    Corpus const& C,
    Info const& I);


» more... Return a list of the parent symbols of the specified Info.
dom::Array
getParents(
    DomCorpus const& C,
    Info const& I);


» more...

Created with MrDocs