Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DBodyFarm.cpp243 typedef Stmt *(*FunctionFarmer)(ASTContext &C, const FunctionDecl *D); typedef
685 FunctionFarmer FF; in getBody()
693 FF = llvm::StringSwitch<FunctionFarmer>(Name) in getBody()