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

  /external/llvm/include/llvm/ADT/
SmallVector.h 274 typedef SmallVectorTemplateBase<T, isPodLike<T>::value > SuperClass;
278 typedef typename SuperClass::iterator iterator;
279 typedef typename SuperClass::size_type size_type;
  /external/clang/include/clang/AST/
ExprObjC.h 857 /// 3. Send to the superclass instance of the current class.
858 /// 4. Send to the superclass of the current class.
    [all...]
DeclObjC.h 567 ObjCInterfaceDecl *SuperClass;
590 /// \brief The location of the superclass, if any.
598 DefinitionData() : Definition(), SuperClass(), CategoryList(), IvarList(),
827 return data().SuperClass;
831 data().SuperClass =
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 111 /// struct objc_super*. The type of the argument to the superclass message
373 llvm::Constant *SuperClass,
412 /// Looks up the method for sending a message to a superclass. This
534 /// The GCC ABI superclass message lookup function. Takes a pointer to a
573 /// The GNUstep ABI superclass message lookup function. Takes a pointer to
575 /// arguments. Returns the slot for the corresponding method. Superclass
    [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]

Completed in 180 milliseconds