Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp74 til::SCFG *SExprBuilder::buildCFG(CFGWalker &Walker) { in buildCFG() function in SExprBuilder
H A DCFG.cpp1569 std::unique_ptr<CFG> CFGBuilder::buildCFG(const Decl *D, Stmt *Statement) { in buildCFG() function in CFGBuilder
5236 std::unique_ptr<CFG> CFG::buildCFG(const Decl *D, Stmt *Statement, in buildCFG() function in CFG