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 1473 class specific_decl_iterator { class in class:clang::DeclContext
1497 specific_decl_iterator() : Current() { } function in class:clang::DeclContext::specific_decl_iterator
1507 explicit specific_decl_iterator(DeclContext::decl_iterator C) : Current(C) { function in class:clang::DeclContext::specific_decl_iterator
    [all...]
DeclObjC.h     [all...]
DeclCXX.h 756 typedef specific_decl_iterator<CXXMethodDecl> method_iterator;
757 typedef llvm::iterator_range<specific_decl_iterator<CXXMethodDecl>>
775 typedef specific_decl_iterator<CXXConstructorDecl> ctor_iterator;
776 typedef llvm::iterator_range<specific_decl_iterator<CXXConstructorDecl>>
    [all...]
Decl.h     [all...]
  /external/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp 202 typedef DeclContext::specific_decl_iterator<ObjCImplementationDecl>
TransProperties.cpp 103 typedef DeclContext::specific_decl_iterator<ObjCPropertyImplDecl>
Transforms.cpp 529 typedef DeclContext::specific_decl_iterator<ObjCImplementationDecl>
  /external/clang/lib/Analysis/
UninitializedValues.cpp 69 DeclContext::specific_decl_iterator<VarDecl> I(dc.decls_begin()),
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 314 milliseconds