clang API Documentation
#include <ASTContext.h>

Public Types | |
| typedef const CXXMethodDecl ** | iterator |
Public Member Functions | |
| CXXMethodVector () | |
| iterator | begin () const |
| iterator | end () const |
| void | push_back (const CXXMethodDecl *Method) |
| void | Destroy () |
Definition at line 76 of file ASTContext.h.
| typedef const CXXMethodDecl** clang::CXXMethodVector::iterator |
Definition at line 88 of file ASTContext.h.
| clang::CXXMethodVector::CXXMethodVector | ( | ) | [inline] |
Definition at line 86 of file ASTContext.h.
| CXXMethodVector::iterator CXXMethodVector::begin | ( | ) | const |
Definition at line 328 of file ASTContext.cpp.
| void CXXMethodVector::Destroy | ( | ) |
Definition at line 369 of file ASTContext.cpp.
| CXXMethodVector::iterator CXXMethodVector::end | ( | ) | const |
Definition at line 336 of file ASTContext.cpp.
| void CXXMethodVector::push_back | ( | const CXXMethodDecl * | Method | ) |
Definition at line 348 of file ASTContext.cpp.