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

  /external/llvm/include/llvm/ADT/
SmallVector.h 372 typedef SmallVectorTemplateBase<T, isPodLike<T>::value > SuperClass;
376 typedef typename SuperClass::iterator iterator;
377 typedef typename SuperClass::size_type size_type;
  /external/chromium_org/chrome_frame/test/
test_with_web_server.cc 880 typedef test_server::FileResponse SuperClass;
888 bool ret = SuperClass::Matches(r);
898 size_t length = SuperClass::ContentLength();
    [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 715 const TargetRegisterClass *SuperClass =
717 return TRI.getSubClassWithSubReg(SuperClass, SubIdx);
    [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 872 /// 3. Send to the superclass instance of the current class.
873 /// 4. Send to the superclass of the current class.
    [all...]
DeclObjC.h 443 /// superclass. Pass \c false if you only want to check the current class.
563 /// Note, the superclass's properties are not included in the list.
637 ObjCInterfaceDecl *SuperClass;
664 /// \brief The location of the superclass, if any.
672 DefinitionData() : Definition(), SuperClass(), CategoryList(), IvarList(),
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 109 /// 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
593 /// The GCC ABI superclass message lookup function. Takes a pointer to a
634 /// The GNUstep ABI superclass message lookup function. Takes a pointer to
636 /// arguments. Returns the slot for the corresponding method. Superclass
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]

Completed in 104 milliseconds