OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:specific_decl_iterator
(Results
1 - 10
of
10
) sorted by null
/external/clang/include/clang/AST/
DeclBase.h
1454
class
specific_decl_iterator
{
class in class:clang::DeclContext
1478
specific_decl_iterator
() : Current() { }
function in class:clang::DeclContext::specific_decl_iterator
1488
explicit
specific_decl_iterator
(DeclContext::decl_iterator C) : Current(C) {
function in class:clang::DeclContext::specific_decl_iterator
[
all
...]
DeclObjC.h
710
typedef
specific_decl_iterator
<ObjCPropertyDecl> prop_iterator;
711
typedef llvm::iterator_range<
specific_decl_iterator
<ObjCPropertyDecl>>
723
typedef
specific_decl_iterator
<ObjCMethodDecl> method_iterator;
724
typedef llvm::iterator_range<
specific_decl_iterator
<ObjCMethodDecl>>
[
all
...]
DeclCXX.h
751
typedef
specific_decl_iterator
<CXXMethodDecl> method_iterator;
752
typedef llvm::iterator_range<
specific_decl_iterator
<CXXMethodDecl>>
770
typedef
specific_decl_iterator
<CXXConstructorDecl> ctor_iterator;
771
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 112 milliseconds