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

  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 451 typedef specific_decl_iterator<ObjCPropertyDecl> prop_iterator; typedef in class:clang::ObjCContainerDecl
452 prop_iterator prop_begin() const {
453 return prop_iterator(decls_begin());
455 prop_iterator prop_end() const {
456 return prop_iterator(decls_end());
    [all...]
  /external/clang/lib/ARCMigrate/
TransProperties.cpp 78 for (ObjCInterfaceDecl::prop_iterator
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
CGDebugInfo.cpp     [all...]
CGObjCGNU.cpp     [all...]

Completed in 61 milliseconds