Searched defs:init_const_iterator (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclObjC.h2043 /// init_const_iterator - Iterates through the ivar initializer list.
2044 typedef CXXCtorInitializer * const * init_const_iterator; typedef in class:clang::ObjCImplementationDecl
2047 typedef llvm::iterator_range<init_const_iterator> init_const_range;
2060 init_const_iterator init_begin() const;
2067 init_const_iterator init_end() const {

Completed in 74 milliseconds