Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DBodyFarm.cpp168 typedef Stmt *(*FunctionFarmer)(ASTContext &C, const FunctionDecl *D); typedef
368 FunctionFarmer FF; in getBody()
375 FF = llvm::StringSwitch<FunctionFarmer>(Name) in getBody()