OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ClassDeclared
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/Sema/
SemaObjCProperty.cpp
[
all
...]
SemaExprObjC.cpp
[
all
...]
SemaLookup.cpp
[
all
...]
SemaExpr.cpp
505
ObjCInterfaceDecl *
ClassDeclared
= 0;
506
ObjCIvarDecl *IV = IDecl->lookupInstanceVariable(Member,
ClassDeclared
);
507
if (!
ClassDeclared
->getSuperClass()
508
&& (*
ClassDeclared
->ivar_begin()) == IV) {
[
all
...]
/external/clang/include/clang/AST/
DeclObjC.h
[
all
...]
Completed in 78 milliseconds