HomeSort by relevance Sort by last modified time
    Searched refs:specific_decl_iterator (Results 1 - 11 of 11) sorted by null

  /external/clang/include/clang/AST/
DeclBase.h 1333 class specific_decl_iterator { class in class:clang::DeclContext
1357 specific_decl_iterator() : Current() { } function in class:clang::DeclContext::specific_decl_iterator
1367 explicit specific_decl_iterator(DeclContext::decl_iterator C) : Current(C) { function in class:clang::DeclContext::specific_decl_iterator
    [all...]
DeclObjC.h 524 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>>
    [all...]
DeclCXX.h 745 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>>
    [all...]
Decl.h     [all...]
  /external/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp 204 typedef DeclContext::specific_decl_iterator<ObjCImplementationDecl>
TransProperties.cpp 99 typedef DeclContext::specific_decl_iterator<ObjCPropertyImplDecl>
Transforms.cpp 533 typedef DeclContext::specific_decl_iterator<ObjCImplementationDecl>
  /external/lldb/source/Expression/
ASTResultSynthesizer.cpp 431 typedef DeclContext::specific_decl_iterator<TypeDecl> TypeDeclIterator;
  /external/clang/lib/Analysis/
UninitializedValues.cpp 68 DeclContext::specific_decl_iterator<VarDecl> I(dc.decls_begin()),
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 145 milliseconds