Home
last modified time | relevance | path

Searched refs:ctor_iterator (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
DDeclCXX.h775 typedef specific_decl_iterator<CXXConstructorDecl> ctor_iterator; typedef
781 ctor_iterator ctor_begin() const { in ctor_begin()
782 return ctor_iterator(decls_begin()); in ctor_begin()
784 ctor_iterator ctor_end() const { in ctor_end()
785 return ctor_iterator(decls_end()); in ctor_end()
/external/v8/tools/clang/blink_gc_plugin/
DRecordInfo.cpp362 for (CXXRecordDecl::ctor_iterator it = record_->ctor_begin(); in IsConsideredAbstract()
/external/v8/tools/clang/plugins/
DFindBadConstructsConsumer.cpp358 for (CXXRecordDecl::ctor_iterator it = record->ctor_begin(); in CheckCtorDtorWeight()