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

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLDebugRendererInfo.h38 enum EnumType { enum in class:blink::FINAL
/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.cpp269 typedef Enum EnumType; typedef
274 { 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.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/lib/Sema/
H A DSemaDecl.cpp12987 QualType EnumType) {
13098 QualType EnumType = Context.getTypeDeclType(Enum); local
13109 ECD->setType(EnumType);
13278 ECD->setType(EnumType);
13303 ECD->setType(EnumType);
13311 CheckForDuplicateEnumValues(*this, Elements, Enum, EnumType);
12985 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/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 303 milliseconds