Home
last modified time | relevance | path

Searched refs:BodyFarm (Results 1 – 5 of 5) sorted by relevance

/freebsd-head/contrib/llvm-project/clang/include/clang/Analysis/
HDBodyFarm.h30 class BodyFarm {
32 BodyFarm(ASTContext &C, CodeInjector *injector) : C(C), Injector(injector) {} in BodyFarm() function
41 BodyFarm(const BodyFarm &other) = delete;
44 BodyFarm &operator=(const BodyFarm &other) = delete;
HDAnalysisDeclContext.h439 BodyFarm FunctionBodyFarm;
483 BodyFarm &getBodyFarm();
/freebsd-head/contrib/llvm-project/clang/lib/Analysis/
HDBodyFarm.cpp700 Stmt *BodyFarm::getBody(const FunctionDecl *D) { in getBody()
865 Stmt *BodyFarm::getBody(const ObjCMethodDecl *D) { in getBody()
HDAnalysisDeclContext.cpp308 BodyFarm &AnalysisDeclContextManager::getBodyFarm() { return FunctionBodyFarm; } in getBodyFarm()
/freebsd-head/lib/clang/libclang/
HDMakefile180 SRCS_MIN+= Analysis/BodyFarm.cpp