forked from OSchip/llvm-project
Use newly introduced const-goodness of TinyPtrVector.
llvm-svn: 152108
This commit is contained in:
parent
3031e1c1cf
commit
70b0878c46
|
@ -480,7 +480,7 @@ public:
|
|||
const FieldDecl *LastFD) const;
|
||||
|
||||
// Access to the set of methods overridden by the given C++ method.
|
||||
typedef CXXMethodVector::iterator overridden_cxx_method_iterator;
|
||||
typedef CXXMethodVector::const_iterator overridden_cxx_method_iterator;
|
||||
overridden_cxx_method_iterator
|
||||
overridden_methods_begin(const CXXMethodDecl *Method) const;
|
||||
|
||||
|
|
Loading…
Reference in New Issue