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

  /external/clang/include/clang/AST/
DeclBase.h 1230 class specific_decl_iterator { class in class:clang::DeclContext
1254 specific_decl_iterator() : Current() { } function in class:clang::DeclContext::specific_decl_iterator
1264 explicit specific_decl_iterator(DeclContext::decl_iterator C) : Current(C) { function in class:clang::DeclContext::specific_decl_iterator
    [all...]
DeclObjC.h 502 typedef specific_decl_iterator<ObjCPropertyDecl> prop_iterator;
511 typedef specific_decl_iterator<ObjCMethodDecl> method_iterator;
820 typedef specific_decl_iterator<ObjCIvarDecl> ivar_iterator;
    [all...]
DeclCXX.h 722 typedef specific_decl_iterator<CXXMethodDecl> method_iterator;
735 typedef specific_decl_iterator<CXXConstructorDecl> ctor_iterator;
    [all...]
Decl.h     [all...]
  /external/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp 207 typedef DeclContext::specific_decl_iterator<ObjCImplementationDecl>
TransProperties.cpp 100 typedef DeclContext::specific_decl_iterator<ObjCPropertyImplDecl>
Transforms.cpp 531 typedef DeclContext::specific_decl_iterator<ObjCImplementationDecl>
  /external/clang/lib/Analysis/
UninitializedValues.cpp 68 DeclContext::specific_decl_iterator<VarDecl> I(dc.decls_begin()),
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 410 milliseconds