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

  /external/clang/include/clang/AST/
DeclObjC.h 694 /// IvarList - List of all ivars defined by this class; including class
702 /// \brief Indicates that the ivar cache does not yet include ivars
916 ivar_range ivars() const { return ivar_range(ivar_begin(), ivar_end()); } function in class:clang::ObjCInterfaceDecl
1804 ivar_range ivars() const { return ivar_range(ivar_begin(), ivar_end()); } function in class:clang::ObjCCategoryDecl
2118 ivar_range ivars() const { return ivar_range(ivar_begin(), ivar_end()); } function in class:clang::ObjCImplementationDecl
    [all...]