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

  /art/test/133-static-invoke-super/src/
Main.java 3 static class SuperClass {
8 static class SubClass extends SuperClass {
  /external/chromium_org/extensions/test/data/
utils_unittest.js 32 var SuperClass = utils.expose('SuperClass',
39 { superclass: SuperClass,
43 var supe = new SuperClass();
51 AssertTrue(supe instanceof SuperClass);
61 AssertTrue(sub instanceof SuperClass);
70 { superclass: SubClass,
80 AssertTrue(subsub instanceof SuperClass);
  /external/llvm/include/llvm/ADT/
SmallVector.h 347 typedef SmallVectorTemplateBase<T, isPodLike<T>::value > SuperClass;
351 typedef typename SuperClass::iterator iterator;
352 typedef typename SuperClass::size_type size_type;
  /external/clang/include/clang/AST/
ExprObjC.h 873 /// 3. Send to the superclass instance of the current class.
874 /// 4. Send to the superclass of the current class.
    [all...]
DeclObjC.h 452 /// superclass. Pass \c false if you only want to check the current class.
605 /// Note, the superclass's properties are not included in the list.
679 ObjCInterfaceDecl *SuperClass;
722 /// \brief The location of the superclass, if any.
730 DefinitionData() : Definition(), SuperClass(), CategoryList(), IvarList(),
    [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
HeapTest.cpp 1102 class SuperClass;
1116 void setBackPointer(SuperClass* backPointer)
1121 SuperClass* backPointer() const { return m_backPointer; }
1137 RawPtrWillBeWeakMember<SuperClass> m_backPointer;
1142 class SuperClass : public RefCountedWillBeGarbageCollectedFinalized<SuperClass> {
1144 static PassRefPtrWillBeRawPtr<SuperClass> create(PassRefPtrWillBeRawPtr<PointsBack> pointsBack)
1146 return adoptRefWillBeNoop(new SuperClass(pointsBack));
1149 virtual ~SuperClass()
1157 void doStuff(PassRefPtrWillBeRawPtr<SuperClass> targetPass, PointsBack* pointsBack, int superClassCount
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 110 /// struct objc_super*. The type of the argument to the superclass message
419 llvm::Constant *SuperClass,
459 /// Looks up the method for sending a message to a superclass. This
582 /// The GCC ABI superclass message lookup function. Takes a pointer to a
620 /// The GNUstep ABI superclass message lookup function. Takes a pointer to
622 /// arguments. Returns the slot for the corresponding method. Superclass
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]

Completed in 498 milliseconds