Searched refs:specific_decl_iterator (Results 1 - 11 of 11) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclBase.h1327 /// specific_decl_iterator - Iterates over a subrange of
1333 class specific_decl_iterator { class in class:clang::DeclContext
1357 specific_decl_iterator() : Current() { } function in class:clang::DeclContext::specific_decl_iterator
1359 /// specific_decl_iterator - Construct a new iterator over a
1367 explicit specific_decl_iterator(DeclContext::decl_iterator C) : Current(C) { function in class:clang::DeclContext::specific_decl_iterator
1375 specific_decl_iterator& operator++() {
1381 specific_decl_iterator operator++(int) {
1382 specific_decl_iterator tmp(*this);
1387 friend bool operator==(const specific_decl_iterator& x,
1388 const specific_decl_iterator
[all...]
H A DDeclObjC.h524 typedef specific_decl_iterator<ObjCPropertyDecl> prop_iterator;
525 typedef llvm::iterator_range<specific_decl_iterator<ObjCPropertyDecl>>
537 typedef specific_decl_iterator<ObjCMethodDecl> method_iterator;
538 typedef llvm::iterator_range<specific_decl_iterator<ObjCMethodDecl>>
913 typedef specific_decl_iterator<ObjCIvarDecl> ivar_iterator;
914 typedef llvm::iterator_range<specific_decl_iterator<ObjCIvarDecl>> ivar_range;
1801 typedef specific_decl_iterator<ObjCIvarDecl> ivar_iterator;
1802 typedef llvm::iterator_range<specific_decl_iterator<ObjCIvarDecl>> ivar_range;
1871 typedef specific_decl_iterator<ObjCPropertyImplDecl> propimpl_iterator;
1872 typedef llvm::iterator_range<specific_decl_iterator<ObjCPropertyImplDec
[all...]
H A DDeclCXX.h745 typedef specific_decl_iterator<CXXMethodDecl> method_iterator;
746 typedef llvm::iterator_range<specific_decl_iterator<CXXMethodDecl>>
764 typedef specific_decl_iterator<CXXConstructorDecl> ctor_iterator;
765 typedef llvm::iterator_range<specific_decl_iterator<CXXConstructorDecl>>
H A DDecl.h2902 typedef specific_decl_iterator<EnumConstantDecl> enumerator_iterator;
2903 typedef llvm::iterator_range<specific_decl_iterator<EnumConstantDecl>>
3154 typedef specific_decl_iterator<FieldDecl> field_iterator;
3155 typedef llvm::iterator_range<specific_decl_iterator<FieldDecl>> field_range;
/external/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp204 typedef DeclContext::specific_decl_iterator<ObjCImplementationDecl>
H A DTransProperties.cpp99 typedef DeclContext::specific_decl_iterator<ObjCPropertyImplDecl>
H A DTransforms.cpp533 typedef DeclContext::specific_decl_iterator<ObjCImplementationDecl>
/external/lldb/source/Expression/
H A DASTResultSynthesizer.cpp431 typedef DeclContext::specific_decl_iterator<TypeDecl> TypeDeclIterator;
/external/clang/lib/Analysis/
H A DUninitializedValues.cpp68 DeclContext::specific_decl_iterator<VarDecl> I(dc.decls_begin()),
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp4133 for (DeclContext::specific_decl_iterator<NamespaceDecl>
H A DSemaDeclCXX.cpp5625 typedef CXXRecordDecl::specific_decl_iterator<FunctionTemplateDecl> tmpl_iter;
8579 for (CXXRecordDecl::specific_decl_iterator<FunctionTemplateDecl>

Completed in 250 milliseconds