OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SuperClass
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprObjC.h
931
/// 3. Send to the
superclass
instance of the current class.
932
/// 4. Send to the
superclass
of the current class.
1093
/// The receiver is a
superclass
.
1094
SuperClass
,
1096
/// The receiver is the instance of the
superclass
object.
1245
return getReceiverKind() == Class || getReceiverKind() ==
SuperClass
;
1292
if (getReceiverKind() == SuperInstance || getReceiverKind() ==
SuperClass
)
1327
if (getReceiverKind() == SuperInstance || getReceiverKind() ==
SuperClass
)
1334
Kind = IsInstanceSuper? SuperInstance :
SuperClass
;
DeclObjC.h
494
///
superclass
. Pass \c false if you only want to check the current class.
1087
/// Note, the
superclass
's properties are not included in the list.
1540
/// Retrieve the
superclass
type.
1548
// Retrieve the type source information for the
superclass
.
1560
// Retrieve the declaration for the
superclass
of this class, which
1561
// does not include any type arguments that apply to the
superclass
.
1564
void setSuperClass(TypeSourceInfo *
superClass
) {
1565
data().SuperClassTInfo =
superClass
;
1863
/// Retrieve the starting location of the
superclass
.
2538
ObjCInterfaceDecl *
SuperClass
;
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp
476
// Only do this if the current class actually has a
superclass
.
477
if (const ObjCInterfaceDecl *
SuperClass
= IC->getSuperClass()) {
490
SuperClass
->lookupMethod(MDecl->getSelector(),
556
// Try to correct for a typo in the
superclass
name without correcting
605
// typedef int
SuperClass
;
606
// @interface MyClass :
SuperClass
{} @end
634
// Handle type arguments on the
superclass
.
2084
// If the
superclass
has the objc_runtime_visible attribute, we
2265
/// subclass must accept any object as an argument that its
superclass
's
2268
/// anywhere that you can use the
superclass
, but not vice versa). Th
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCGNU.cpp
103
/// struct objc_super*. The type of the argument to the
superclass
message
476
llvm::Constant *
SuperClass
,
543
/// Looks up the method for sending a message to a
superclass
. This
682
/// The GCC ABI
superclass
message lookup function. Takes a pointer to a
723
/// The GNUstep ABI
superclass
message lookup function. Takes a pointer to
725
/// arguments. Returns the slot for the corresponding method.
Superclass
927
/// The GCC ABI
superclass
message lookup function. Takes a pointer to a
1770
// Get the
superclass
name.
1773
llvm::Constant *
SuperClass
= nullptr;
1776
SuperClass
= TheModule.getNamedGlobal(SuperClassName)
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
1386
ObjCInterfaceDecl *
SuperClass
= ClassDecl->getSuperClass();
1387
while (
SuperClass
) {
1388
RewriteInterfaceDecl(
SuperClass
);
1389
SuperClass
=
SuperClass
->getSuperClass();
1480
case ObjCMessageExpr::
SuperClass
:
1563
case ObjCMessageExpr::
SuperClass
:
2976
// struct objc_object *object; struct objc_object *
superClass
;
2987
// struct objc_object *
superClass
;
3234
case ObjCMessageExpr::
SuperClass
:
[
all
...]
RewriteObjC.cpp
1296
case ObjCMessageExpr::
SuperClass
:
1372
case ObjCMessageExpr::
SuperClass
:
2662
case ObjCMessageExpr::
SuperClass
: {
4961
Preamble += "struct objc_object *
superClass
; ";
4966
Preamble += "object(o),
superClass
(s) {} ";
5431
ObjCInterfaceDecl *
SuperClass
= CDecl->getSuperClass();
5432
while (
SuperClass
) {
5433
RootClass =
SuperClass
;
5434
SuperClass
=
SuperClass
->getSuperClass()
[
all
...]
Completed in 46 milliseconds
Indexes created Sun Apr 26 00:22:38 UTC 2026