Searched refs:EnumType (Results 1 - 25 of 58) sorted by relevance

123

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dgenerated_enum_reflection.h66 template<typename EnumType>
69 EnumType* value) {
72 *value = static_cast<EnumType>(tmp);
/external/chromium_org/chrome/renderer/extensions/
H A Dautomation_internal_custom_bindings.cc20 template <typename EnumType>
22 EnumType start_after,
23 EnumType end_at) {
27 isolate, ui::ToString(static_cast<EnumType>(i)).c_str());
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLDebugRendererInfo.h38 enum EnumType { enum in class:blink::FINAL
/external/chromium_org/tools/json_schema_compiler/test/
H A Denums_unittest.cc15 EnumType enum_type;
18 EXPECT_TRUE(EnumType::Populate(value, &enum_type));
19 EXPECT_EQ(EnumType::TYPE_ONE, enum_type.type);
23 EnumType enum_type;
26 EXPECT_FALSE(EnumType::Populate(value, &enum_type));
/external/clang/lib/AST/
H A DType.cpp54 ND = ty->getAs<EnumType>()->getDecl();
642 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType))
658 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType))
722 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType)) {
738 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType)) {
762 if (const EnumType *E
[all...]
H A DASTContext.cpp1669 if (const EnumType *ET = dyn_cast<EnumType>(TT))
3008 EnumType *newType = new (*this, TypeAlignment) EnumType(Decl);
4450 if (const EnumType *ET = Promotable->getAs<EnumType>())
4507 static const Type *getIntegerTypeForEnum(const EnumType *ET) {
4523 if (const EnumType *ET = dyn_cast<EnumType>(LHSC))
4525 if (const EnumType *E
[all...]
/external/clang/lib/CodeGen/
H A DTargetInfo.cpp383 if (const EnumType *EnumTy = Ty->getAs<EnumType>())
398 if (const EnumType *EnumTy = RetTy->getAs<EnumType>())
449 } else if (const EnumType *EnumTy = Ty->getAs<EnumType>()) {
470 if (const EnumType *EnumTy = RetTy->getAs<EnumType>())
733 if (const EnumType *EnumTy = RetTy->getAs<EnumType>())
[all...]
H A DCodeGenTBAA.cpp147 if (const EnumType *ETy = dyn_cast<EnumType>(Ty)) {
H A DCGDebugInfo.h137 llvm::DIType CreateEnumType(const EnumType *Ty);
138 llvm::DIType CreateTypeDefinition(const EnumType *Ty);
H A DCodeGenTypes.cpp565 const EnumDecl *ED = cast<EnumType>(Ty)->getDecl();
/external/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.h405 template<typename EnumType>
408 EnumType* value) {
411 *value = static_cast<EnumType>(tmp);
/external/clang/lib/Analysis/
H A DFormatString.cpp279 if (const EnumType *ETy = argTy->getAs<EnumType>())
296 if (const EnumType *ETy = argTy->getAs<EnumType>())
H A DScanfFormatString.cpp405 if (const EnumType *ETy = PT->getAs<EnumType>())
H A DPrintfFormatString.cpp455 if (const EnumType *ETy = QT->getAs<EnumType>())
/external/chromium_org/sync/internal_api/public/base/
H A Denum_set.h45 typedef E EnumType; typedef in class:syncer::EnumSet
/external/chromium_org/extensions/common/features/
H A Dsimple_feature.cc225 template <typename EnumType>
226 std::string ListDisplayNames(const std::vector<EnumType> enum_types) {
/external/clang/include/clang/AST/
H A DCanonicalType.h614 struct CanProxyAdaptor<EnumType> : public CanProxyBase<EnumType> {
H A DType.h3358 /// EnumType - This is a helper class that allows the use of isa/cast/dyncast
3360 class EnumType : public TagType { class in class:clang::FunctionType::ExtInfo::FunctionProtoType
3361 explicit EnumType(const EnumDecl *D) function in class:clang::FunctionType::ExtInfo::FunctionProtoType::EnumType
4937 return isa<EnumType>(CanonicalType);
5096 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType)) {
5109 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType))
5127 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalTyp
[all...]
/external/clang/utils/ABITest/
H A DTypeGen.py58 class EnumType(Type): class in inherits:Type
273 return EnumType(n, enumerators)
H A DABITestGen.py215 elif isinstance(t, EnumType):
291 elif isinstance(t, EnumType):
321 elif isinstance(t, EnumType):
/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp218 const EnumType *enumType = dyn_cast_or_null<EnumType>(tagType);
642 } else if (isa<EnumType>(T)) {
H A DSemaLambda.cpp495 /// EnumType::getDecl() (i.e. the definition).
549 if (const EnumType *ET = E->getType()->getAs<EnumType>()) {
/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py22 class EnumType(type): class in inherits:type
24 super(EnumType, self).__init__(name, bases, attributes)
85 Enum = EnumType('Enum', (), {})
/external/lldb/source/Symbol/
H A DClangASTType.cpp1208 pointee_or_element_clang_type->SetClangType(m_ast, cast<EnumType>(qual_type)->getDecl()->getIntegerType());
5144 case clang::Type::Enum: return cast<EnumType>(qual_type)->getDecl();
5221 EnumDecl *enum_decl = cast<EnumType>(qual_type)->getDecl();
5343 const EnumType *enum_type = dyn_cast<EnumType>(qual_type.getTypePtr());
5399 const EnumType *enum_type = dyn_cast<EnumType>(clang_type);
5438 const EnumType *enum_type = dyn_cast<EnumType>(clang_type);
5656 const EnumType *enum_typ
[all...]
/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h587 if (const EnumType *AsEnum = dyn_cast<EnumType>(Node.getTypePtr()))
854 typedef TypeList<TypeList<CallExpr, CXXConstructExpr, DeclRefExpr, EnumType>,

Completed in 2878 milliseconds

123