HomeSort by: relevance | last modified time | path
    Searched refs:Superclass (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 1280 case ObjCSubstitutionContext::Superclass:
1396 SubstContext != ObjCSubstitutionContext::Superclass) {
1565 // Follow the superclass chain until we've mapped the receiver type
1568 // Map to the superclass type.
1603 // superclass type.
1610 // Extract the superclass type.
1623 // If the superclass doesn't have type parameters, then there is no
1633 // If the superclass reference is unspecialized, return it.
1640 // parameters in the superclass reference to substitute.
1649 // superclass
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
Record.cpp 2345 // superclass. All of its transitive superclases immediately precede it,
2348 bool Record::hasDirectSuperClass(const Record *Superclass) const {
2353 if (SC == Superclass)
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 650 /// The superclass of a type.
651 Superclass,
5837 /// Cached superclass type.
5940 /// Retrieve the type of the superclass of this object type.
5943 /// superclass of the current class type, potentially producing a
5944 /// specialization of the superclass type. Produces a null type if
5945 /// there is no superclass.
5950 assert(CachedSuperClassType.getInt() && "Superclass not set?");
6012 /// as a subtype of its superclass, ObjCObjectType:
6219 /// Retrieve the type of the superclass of this object pointer type
    [all...]

Completed in 22 milliseconds