Lines Matching refs:ConstantInfo
338 template <class ConstantClass> struct ConstantInfo;
339 template <> struct ConstantInfo<ConstantExpr> {
343 template <> struct ConstantInfo<InlineAsm> {
347 template <> struct ConstantInfo<ConstantArray> {
351 template <> struct ConstantInfo<ConstantStruct> {
355 template <> struct ConstantInfo<ConstantVector> {
388 typedef typename ConstantInfo<ConstantClass>::TypeClass TypeClass;
432 typedef ConstantInfo<InlineAsm>::TypeClass TypeClass;
502 typedef ConstantInfo<ConstantExpr>::TypeClass TypeClass;
543 typedef typename ConstantInfo<ConstantClass>::ValType ValType;
544 typedef typename ConstantInfo<ConstantClass>::TypeClass TypeClass;