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 764 if (data().IvarList)
765 return data().IvarList;
770 data().IvarList = (*I); ++I;
771 for (curIvar = data().IvarList; I != E; curIvar = *I, ++I)
780 if (!data().IvarList) {
781 data().IvarList = (*I); ++I;
782 curIvar = data().IvarList;
793 if (!data().IvarList) {
794 data().IvarList = (*I); ++I;
795 curIvar = data().IvarList;
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 582 /// IvarList - List of all ivars defined by this class; including class
584 ObjCIvarDecl *IvarList;
598 DefinitionData() : Definition(), SuperClass(), CategoryList(), IvarList(),
773 // Even though this modifies IvarList, it's conceptually const:
777 void setIvarList(ObjCIvarDecl *ivar) { data().IvarList = ivar; }
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]

Completed in 21 milliseconds