clang: clang::BodyFarm Class Reference (original) (raw)
#include "[clang/Analysis/BodyFarm.h](BodyFarm%5F8h%5Fsource.html)"
Public Member Functions | |
---|---|
BodyFarm (ASTContext &C, CodeInjector *injector) | |
Stmt * | getBody (const FunctionDecl *D) |
Factory method for creating bodies for ordinary functions. | |
Stmt * | getBody (const ObjCMethodDecl *D) |
Factory method for creating bodies for Objective-C properties. | |
BodyFarm (const BodyFarm &other)=delete | |
Remove copy constructor to avoid accidental copying. | |
BodyFarm & | operator= (const BodyFarm &other)=delete |
Delete copy assignment operator. | |
Definition at line 30 of file BodyFarm.h.
◆ BodyFarm() [1/2]
◆ BodyFarm() [2/2]
clang::BodyFarm::BodyFarm ( const BodyFarm & other) | delete |
---|
Remove copy constructor to avoid accidental copying.
◆ getBody() [1/2]
◆ getBody() [2/2]
◆ operator=()
Delete copy assignment operator.
The documentation for this class was generated from the following files:
- include/clang/Analysis/BodyFarm.h
- lib/Analysis/BodyFarm.cpp