clang 20.0.0git
|
Public Member Functions | |
ModelInjector (CompilerInstance &CI) | |
Stmt * | getBody (const FunctionDecl *D) override |
Stmt * | getBody (const ObjCMethodDecl *D) override |
Public Member Functions inherited from clang::CodeInjector | |
CodeInjector () | |
virtual | ~CodeInjector () |
virtual Stmt * | getBody (const FunctionDecl *D)=0 |
virtual Stmt * | getBody (const ObjCMethodDecl *D)=0 |
Definition at line 35 of file ModelInjector.h.
ModelInjector::ModelInjector | ( | CompilerInstance & | CI | ) |
Definition at line 29 of file ModelInjector.cpp.
|
overridevirtual |
|
overridevirtual |