clang API Documentation
#include <ModelInjector.h>


Public Member Functions | |
| ModelInjector (CompilerInstance &CI) | |
| Stmt * | getBody (const FunctionDecl *D) |
| Stmt * | getBody (const ObjCMethodDecl *D) |
Definition at line 44 of file ModelInjector.h.
Definition at line 30 of file ModelInjector.cpp.
| Stmt * ModelInjector::getBody | ( | const FunctionDecl * | D | ) | [virtual] |
Implements clang::CodeInjector.
Definition at line 32 of file ModelInjector.cpp.
References clang::NamedDecl::getName().
| Stmt * ModelInjector::getBody | ( | const ObjCMethodDecl * | D | ) | [virtual] |
Implements clang::CodeInjector.
Definition at line 37 of file ModelInjector.cpp.
References clang::NamedDecl::getName().