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 162 cfg.reset(CFG::buildCFG(D, getBody(),
175 completeCFG.reset(CFG::buildCFG(D, getBody(), &D->getASTContext(),
CFG.cpp 344 // buildCFG - Used by external clients to construct the CFG.
345 CFG* buildCFG(const Decl *D, Stmt *Statement);
632 /// BuildCFG - Constructs a CFG from an AST (a Stmt*). The AST can represent an
637 CFG* CFGBuilder::buildCFG(const Decl *D, Stmt *Statement) {
    [all...]
  /external/clang/include/clang/Analysis/
CFG.h 676 /// buildCFG - Builds a CFG from an AST. The responsibility to free the
678 static CFG* buildCFG(const Decl *D, Stmt *AST, ASTContext *C,
    [all...]

Completed in 115 milliseconds