clang  3.7.0
Public Member Functions | List of all members
clang::ento::ModelInjector Class Reference

#include <ModelInjector.h>

Inheritance diagram for clang::ento::ModelInjector:
[legend]
Collaboration diagram for clang::ento::ModelInjector:
[legend]

Public Member Functions

 ModelInjector (CompilerInstance &CI)
 
StmtgetBody (const FunctionDecl *D) override
 
StmtgetBody (const ObjCMethodDecl *D) override
 
- Public Member Functions inherited from clang::CodeInjector
 CodeInjector ()
 
virtual ~CodeInjector ()
 

Detailed Description

Definition at line 43 of file ModelInjector.h.

Constructor & Destructor Documentation

ModelInjector::ModelInjector ( CompilerInstance CI)

Definition at line 28 of file ModelInjector.cpp.

Member Function Documentation

Stmt * ModelInjector::getBody ( const FunctionDecl D)
overridevirtual

Implements clang::CodeInjector.

Definition at line 30 of file ModelInjector.cpp.

References clang::NamedDecl::getName().

Stmt * ModelInjector::getBody ( const ObjCMethodDecl D)
overridevirtual

Implements clang::CodeInjector.

Definition at line 35 of file ModelInjector.cpp.

References clang::NamedDecl::getName().


The documentation for this class was generated from the following files: