Home | History | Annotate | Download | only in Core

Lines Matching defs:Class

442     // Get the record decl for the class of 'This'. D->getParent() may return a
443 // base class decl, rather than the class of the instance which needs to be
492 // Is the type a C++ class? (This is mostly a defensive check.)
500 // Find the decl for this method in that class.
505 // However, we should at least be able to search up and down our own class
550 const CXXRecordDecl *Class = MD->getParent();
551 QualType Ty = Ctx.getPointerType(Ctx.getRecordType(Class));
572 // id-expression in the class member access expression is a qualified-id,
713 // FIXME: Is this the best way to handle class receivers?
845 // If the class interface is declared inside the main file, assume it is not
861 // Find the first declaration in the class hierarchy that declares
966 // try to find the method in a class extension. This
968 // are synthesized for properties in class
995 // This is a class method.
996 // If we have type info for the receiver class, we are calling via
997 // class name.