Searched defs:EnumType (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLDebugRendererInfo.h37 enum EnumType { enum in class:WebCore::WebGLDebugRendererInfo
/external/chromium_org/sync/internal_api/public/base/
H A Denum_set.h45 typedef E EnumType; typedef in class:syncer::EnumSet
/external/clang/utils/ABITest/
H A DTypeGen.py58 class EnumType(Type): class in inherits:Type
273 return EnumType(n, enumerators)
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp261 typedef Enum EnumType; typedef
266 { int arr[T(__is_enum(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/clang/include/clang/AST/
H A DType.h3319 /// EnumType - This is a helper class that allows the use of isa/cast/dyncast
3321 class EnumType : public TagType { class in class:clang::FunctionType::ExtInfo::FunctionProtoType
3322 explicit EnumType(const EnumDecl *D) function in class:clang::FunctionType::ExtInfo::FunctionProtoType::EnumType
4888 return isa<EnumType>(CanonicalType);
5047 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType)) {
5060 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType))
5078 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalTyp
[all...]
/external/clang/lib/Sema/
H A DSemaDecl.cpp12237 QualType EnumType) {
12350 QualType EnumType = Context.getTypeDeclType(Enum); local
12361 ECD->setType(EnumType);
12530 ECD->setType(EnumType);
12555 ECD->setType(EnumType);
12568 CheckForDuplicateEnumValues(*this, Elements, Enum, EnumType);
12235 CheckForDuplicateEnumValues(Sema &S, ArrayRef<Decl *> Elements, EnumDecl *Enum, QualType EnumType) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 646 milliseconds