OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BodyFarm
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/Analysis/
BodyFarm.h
1
//==
BodyFarm
.h - Factory for conjuring up fake bodies -------------*- C++ -*-//
10
//
BodyFarm
is a factory for creating faux implementations for functions/methods
29
class
BodyFarm
{
31
BodyFarm
(ASTContext &C) : C(C) {}
Android.mk
20
BodyFarm
.cpp \
AnalysisDeclContext.cpp
16
#include "
BodyFarm
.h"
84
static
BodyFarm
&getBodyFarm(ASTContext &C) {
85
static
BodyFarm
*BF = new
BodyFarm
(C);
BodyFarm.cpp
1
//==
BodyFarm
.cpp - Factory for conjuring up fake bodies ----------*- C++ -*-//
10
//
BodyFarm
is a factory for creating faux implementations for functions/methods
15
#include "
BodyFarm
.h"
344
Stmt *
BodyFarm
::getBody(const FunctionDecl *D) {
Completed in 139 milliseconds