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

References

include/llvm/Demangle/ItaniumDemangle.h
 2183 using FloatLiteral = FloatLiteralImpl<float>;
 2184 using DoubleLiteral = FloatLiteralImpl<double>;
 2185 using LongDoubleLiteral = FloatLiteralImpl<long double>;
 5230   return make<FloatLiteralImpl<Float>>(Data);