Searched refs:ConstantType (Results 1 – 8 of 8) sorted by relevance
299 class ConstantType; variable307 typedef typename Config::template Handle<ConstantType>::type ConstantHandle;331 return ConstantType::New(value, region); in Constant()443 ConstantType* AsConstant() { return ConstantType::cast(this); } in AsConstant()747 class TypeImpl<Config>::ConstantType : public StructuralType {753 ConstantHandle type = Config::template cast<ConstantType>( in New()760 static ConstantType* cast(TypeImpl* type) { in cast()762 return static_cast<ConstantType*>(type); in cast()
943 return ConstantType::New(type->AsConstant()->Value(), region); in Convert()
110 enum ConstantType { enum128 ConstantType type;
70 {"{{constant.name}}", {{value}}, V8DOMConfiguration::ConstantType{{constant.idl_type}}}
242 QualType &ConstantType) const;
7110 QualType ConstantType; in DiagnoseNarrowingInInitList() local7112 ConstantType)) { in DiagnoseNarrowingInInitList()7137 << ConstantValue.getAsString(S.getASTContext(), ConstantType) in DiagnoseNarrowingInInitList()
315 QualType &ConstantType) const { in getNarrowingKind()349 ConstantType = Initializer->getType(); in getNarrowingKind()380 ConstantType = Initializer->getType(); in getNarrowingKind()440 ConstantType = Initializer->getType(); in getNarrowingKind()
1973 TEST(ConstantType) { in TEST() argument