OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IvarList
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/AST/
DeclObjC.h
652
///
IvarList
- List of all ivars defined by this class; including class
654
ObjCIvarDecl *
IvarList
;
672
DefinitionData() : Definition(), SuperClass(), CategoryList(),
IvarList
(),
851
// Even though this modifies
IvarList
, it's conceptually const:
855
void setIvarList(ObjCIvarDecl *ivar) { data().
IvarList
= ivar; }
[
all
...]
/external/clang/lib/CodeGen/
CGObjCGNU.cpp
[
all
...]
Completed in 27 milliseconds