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 1225 class specific_decl_iterator { class in class:clang::DeclContext
1247 specific_decl_iterator() : Current() { } function in class:clang::DeclContext::specific_decl_iterator
1257 explicit specific_decl_iterator(DeclContext::decl_iterator C) : Current(C) { function in class:clang::DeclContext::specific_decl_iterator
    [all...]
DeclObjC.h 451 typedef specific_decl_iterator<ObjCPropertyDecl> prop_iterator;
460 typedef specific_decl_iterator<ObjCMethodDecl> method_iterator;
748 typedef specific_decl_iterator<ObjCIvarDecl> ivar_iterator;
    [all...]
DeclCXX.h 771 typedef specific_decl_iterator<CXXMethodDecl> method_iterator;
784 typedef specific_decl_iterator<CXXConstructorDecl> ctor_iterator;
    [all...]
Decl.h     [all...]
  /external/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp 206 typedef DeclContext::specific_decl_iterator<ObjCImplementationDecl>
TransProperties.cpp 100 typedef DeclContext::specific_decl_iterator<ObjCPropertyImplDecl>
Transforms.cpp 470 typedef DeclContext::specific_decl_iterator<ObjCImplementationDecl>
  /external/clang/lib/Analysis/
UninitializedValues.cpp 61 DeclContext::specific_decl_iterator<VarDecl> I(dc.decls_begin()),
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
SemaDecl.cpp     [all...]

Completed in 131 milliseconds