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

  /external/clang/include/clang/AST/
DeclObjC.h 565 /// IvarList - List of all ivars defined by this class; including class
567 ObjCIvarDecl *IvarList;
682 // Even though this modifies IvarList, it's conceptually const:
686 void setIvarList(ObjCIvarDecl *ivar) { IvarList = ivar; }
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]

Completed in 182 milliseconds