Searched refs:PrefixType (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/debugger/demangle/
H A Dgcc3+.cpp612 virtual prefix_type PrefixType() const function in class:Node
716 virtual prefix_type PrefixType() const function in class:SubstitutionNode
718 return fNode->PrefixType();
1083 virtual prefix_type PrefixType() const function in class:CVQualifiersNode
1085 return fChildNode->PrefixType();
1290 virtual prefix_type PrefixType() const function in class:PrefixedNode
1352 virtual prefix_type PrefixType() const function in class:ClonedNode
1464 virtual prefix_type PrefixType() const function in class:TemplateNode
1466 return fBase->PrefixType();
1821 switch (fName->PrefixType()) {
[all...]

Completed in 30 milliseconds