OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:specific_decl_iterator
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h
2123
///
specific_decl_iterator
- Iterates over a subrange of
2129
class
specific_decl_iterator
{
class in class:clang::DeclContext
2153
specific_decl_iterator
() = default;
2155
///
specific_decl_iterator
- Construct a new iterator over a
2163
explicit
specific_decl_iterator
(DeclContext::decl_iterator C) : Current(C) {
function in class:clang::DeclContext::specific_decl_iterator
2172
specific_decl_iterator
& operator++() {
2178
specific_decl_iterator
operator++(int) {
2179
specific_decl_iterator
tmp(*this);
2184
friend bool operator==(const
specific_decl_iterator
& x,
2185
const
specific_decl_iterator
& y)
[
all
...]
DeclObjC.h
960
using prop_iterator =
specific_decl_iterator
<ObjCPropertyDecl>;
962
llvm::iterator_range<
specific_decl_iterator
<ObjCPropertyDecl>>;
1009
using method_iterator =
specific_decl_iterator
<ObjCMethodDecl>;
1011
llvm::iterator_range<
specific_decl_iterator
<ObjCMethodDecl>>;
1431
using ivar_iterator =
specific_decl_iterator
<ObjCIvarDecl>;
1432
using ivar_range = llvm::iterator_range<
specific_decl_iterator
<ObjCIvarDecl>>;
2376
using ivar_iterator =
specific_decl_iterator
<ObjCIvarDecl>;
2377
using ivar_range = llvm::iterator_range<
specific_decl_iterator
<ObjCIvarDecl>>;
2447
using propimpl_iterator =
specific_decl_iterator
<ObjCPropertyImplDecl>;
2449
llvm::iterator_range<
specific_decl_iterator
<ObjCPropertyImplDecl>>
[
all
...]
DeclCXX.h
626
using method_iterator =
specific_decl_iterator
<CXXMethodDecl>;
628
llvm::iterator_range<
specific_decl_iterator
<CXXMethodDecl>>;
646
using ctor_iterator =
specific_decl_iterator
<CXXConstructorDecl>;
648
llvm::iterator_range<
specific_decl_iterator
<CXXConstructorDecl>>;
Decl.h
3676
using enumerator_iterator =
specific_decl_iterator
<EnumConstantDecl>;
3678
llvm::iterator_range<
specific_decl_iterator
<EnumConstantDecl>>;
4037
using field_iterator =
specific_decl_iterator
<FieldDecl>;
4038
using field_range = llvm::iterator_range<
specific_decl_iterator
<FieldDecl>>;
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp
200
typedef DeclContext::
specific_decl_iterator
<ObjCImplementationDecl>
TransProperties.cpp
102
typedef DeclContext::
specific_decl_iterator
<ObjCPropertyImplDecl>
Transforms.cpp
525
typedef DeclContext::
specific_decl_iterator
<ObjCImplementationDecl>
/src/external/apache2/llvm/dist/clang/lib/Analysis/
UninitializedValues.cpp
80
DeclContext::
specific_decl_iterator
<VarDecl> I(dc.decls_begin()),
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCodeComplete.cpp
6178
for (DeclContext::
specific_decl_iterator
<NamespaceDecl>
SemaDeclCXX.cpp
9432
typedef CXXRecordDecl::
specific_decl_iterator
<FunctionTemplateDecl> tmpl_iter;
Completed in 96 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026