reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Demangle/ItaniumDemangle.h
 2106   template<typename Fn> void match(Fn F) const { F(Type, Value); }
 2109     if (Type.size() > 3) {
 2111       S += Type;
 2121     if (Type.size() <= 3)
 2122       S += Type;