HomeSort by relevance Sort by last modified time
    Searched refs:buildCFG (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 136 cfg.reset(CFG::buildCFG(D, getBody(),
149 completeCFG.reset(CFG::buildCFG(D, getBody(), &D->getASTContext(),
CFG.cpp 305 // buildCFG - Used by external clients to construct the CFG.
306 CFG* buildCFG(const Decl *D, Stmt *Statement);
566 /// BuildCFG - Constructs a CFG from an AST (a Stmt*). The AST can represent an
571 CFG* CFGBuilder::buildCFG(const Decl *D, Stmt *Statement) {
    [all...]
  /external/clang/include/clang/Analysis/
CFG.h 642 /// buildCFG - Builds a CFG from an AST. The responsibility to free the
644 static CFG* buildCFG(const Decl *D, Stmt *AST, ASTContext *C,
    [all...]

Completed in 82 milliseconds