HomeSort by relevance Sort by last modified time
    Searched defs:ClassType (Results 1 - 17 of 17) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
mock.py 86 ClassType = type(OldStyleClass)
156 isinstance(self.side_effect, (type, ClassType)) and
272 if isinstance(spec, (type, ClassType)):
  /external/clang/lib/AST/
DeclarationName.cpp 228 QualType ClassType = getCXXNameType();
229 if (const RecordType *ClassRec = ClassType->getAs<RecordType>())
232 OS << ClassType.getAsString();
DeclCXX.cpp 371 QualType ClassType
375 Context.getCanonicalType(ClassType));
    [all...]
  /external/clang/lib/CodeGen/
CGVTables.cpp 518 QualType ClassType = CGM.getContext().getTagDeclType(RD);
519 llvm::Constant *RTTI = CGM.GetAddrOfRTTIDescriptor(ClassType);
CGRTTI.cpp 296 const RecordType *ClassType = cast<RecordType>(MemberPointerTy->getClass());
297 if (IsIncompleteClassType(ClassType))
951 const RecordType *ClassType = cast<RecordType>(Ty->getClass());
    [all...]
  /external/chromium/base/metrics/
histogram.h 279 enum ClassType {
439 virtual ClassType histogram_type() const;
602 virtual ClassType histogram_type() const;
644 virtual ClassType histogram_type() const;
665 virtual ClassType histogram_type() const;
  /external/javassist/src/main/javassist/bytecode/
SignatureAttribute.java 177 ClassType superClass;
178 ClassType[] interfaces;
179 ClassSignature(TypeParameter[] p, ClassType s, ClassType[] i) {
197 public ClassType getSuperClass() { return superClass; }
204 public ClassType[] getInterfaces() { return interfaces; }
461 public static class ClassType extends ObjectType {
465 static ClassType make(String s, int b, int e,
466 TypeArgument[] targs, ClassType parent) {
468 return new ClassType(s, b, e, targs)
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp     [all...]
SemaOverload.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 198 typedef Derives ClassType;
204 { int arr[T(__is_class(ClassType))]; }
248 { int arr[F(__is_enum(ClassType))]; }
278 { int arr[F(__is_final(ClassType))]; }
299 { int arr[F(__is_polymorphic(ClassType))]; }
327 int t27[F(__is_integral(ClassType))];
356 int t27[F(__is_floating_point(ClassType))];
385 int t27[F(__is_arithmetic(ClassType))];
440 int t27[F(__is_void(ClassType))];
471 int t28[F(__is_array(ClassType))];
    [all...]
  /external/doclava/src/com/google/doclava/
InfoBuilder.java 469 ClassType.ORDINARY);
537 * ClassType exists solely to tell buildClassName which type of ClassInfo is being built.
539 private enum ClassType {
551 * @param classType Type of class being instantiated.
555 String commentText, SourcePositionInfo position, ClassType classType) {
566 // set appropriate flags based on ClassType
567 switch (classType) {
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdi.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 

Completed in 456 milliseconds