HomeSort by relevance Sort by last modified time
    Searched refs:IvarList (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/AST/
DeclObjC.cpp     [all...]
  /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 40 milliseconds