Searched defs:buildCFG (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Analysis/
H A DCFG.cpp306 // buildCFG - Used by external clients to construct the CFG.
307 CFG* buildCFG(const Decl *D, Stmt *Statement);
599 CFG* CFGBuilder::buildCFG(const Decl *D, Stmt *Statement) { function in class:__anon3536::CFGBuilder
3285 /// buildCFG - Constructs a CFG from an AST. Ownership of the returned
3287 CFG* CFG::buildCFG(const Decl *D, Stmt *Statement, ASTContext *C, function in class:CFG
3290 return Builder.buildCFG(D, Statement);

Completed in 132 milliseconds