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

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/StaticAnalyzer/Frontend/ModelInjector.h"

Inheritance diagram for clang::ento::ModelInjector:
Inheritance graph
[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 ()
 
virtual StmtgetBody (const FunctionDecl *D)=0
 
virtual StmtgetBody (const ObjCMethodDecl *D)=0
 

Detailed Description

Definition at line 35 of file ModelInjector.h.

Constructor & Destructor Documentation

◆ ModelInjector()

ModelInjector::ModelInjector ( CompilerInstance CI)

Definition at line 29 of file ModelInjector.cpp.

Member Function Documentation

◆ getBody() [1/2]

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

Implements clang::CodeInjector.

Definition at line 31 of file ModelInjector.cpp.

References clang::NamedDecl::getName().

◆ getBody() [2/2]

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

Implements clang::CodeInjector.

Definition at line 36 of file ModelInjector.cpp.

References clang::NamedDecl::getName().


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