HomeSort by relevance Sort by last modified time
    Searched full:prop_iterator (Results 1 - 1 of 1) sorted by null

  /external/clang/include/clang/AST/
DeclObjC.h 524 typedef specific_decl_iterator<ObjCPropertyDecl> prop_iterator; typedef in class:clang::ObjCContainerDecl
529 prop_iterator prop_begin() const {
530 return prop_iterator(decls_begin());
532 prop_iterator prop_end() const {
533 return prop_iterator(decls_end());
    [all...]

Completed in 139 milliseconds