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

/external/clang/include/clang/AST/
H A DDeclBase.h1467 /// specific_decl_iterator - Iterates over a subrange of
1473 class specific_decl_iterator { class in class:clang::DeclContext
1497 specific_decl_iterator() : Current() { } function in class:clang::DeclContext::specific_decl_iterator
1499 /// specific_decl_iterator - Construct a new iterator over a
1507 explicit specific_decl_iterator(DeclContext::decl_iterator C) : Current(C) { function in class:clang::DeclContext::specific_decl_iterator
1515 specific_decl_iterator& operator++() {
1521 specific_decl_iterator operator++(int) {
1522 specific_decl_iterator tmp(*this);
1527 friend bool operator==(const specific_decl_iterator& x,
1528 const specific_decl_iterator
[all...]
H A DDeclObjC.h917 typedef specific_decl_iterator<ObjCPropertyDecl> prop_iterator;
918 typedef llvm::iterator_range<specific_decl_iterator<ObjCPropertyDecl>>
960 typedef specific_decl_iterator<ObjCMethodDecl> method_iterator;
961 typedef llvm::iterator_range<specific_decl_iterator<ObjCMethodDecl>>
1362 typedef specific_decl_iterator<ObjCIvarDecl> ivar_iterator;
1363 typedef llvm::iterator_range<specific_decl_iterator<ObjCIvarDecl>> ivar_range;
2276 typedef specific_decl_iterator<ObjCIvarDecl> ivar_iterator;
2277 typedef llvm::iterator_range<specific_decl_iterator<ObjCIvarDecl>> ivar_range;
2347 typedef specific_decl_iterator<ObjCPropertyImplDecl> propimpl_iterator;
2348 typedef llvm::iterator_range<specific_decl_iterator<ObjCPropertyImplDec
[all...]
H A DDeclCXX.h756 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>>
H A DDecl.h3105 typedef specific_decl_iterator<EnumConstantDecl> enumerator_iterator;
3106 typedef llvm::iterator_range<specific_decl_iterator<EnumConstantDecl>>
3379 typedef specific_decl_iterator<FieldDecl> field_iterator;
3380 typedef llvm::iterator_range<specific_decl_iterator<FieldDecl>> field_range;
/external/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp202 typedef DeclContext::specific_decl_iterator<ObjCImplementationDecl>
H A DTransProperties.cpp103 typedef DeclContext::specific_decl_iterator<ObjCPropertyImplDecl>
H A DTransforms.cpp529 typedef DeclContext::specific_decl_iterator<ObjCImplementationDecl>
/external/clang/lib/Analysis/
H A DUninitializedValues.cpp69 DeclContext::specific_decl_iterator<VarDecl> I(dc.decls_begin()),
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp4357 for (DeclContext::specific_decl_iterator<NamespaceDecl>
H A DSemaDeclCXX.cpp6161 typedef CXXRecordDecl::specific_decl_iterator<FunctionTemplateDecl> tmpl_iter;

Completed in 1007 milliseconds