Searched refs:AddLiveStmt (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DLiveVariables.cpp247 static void AddLiveStmt(llvm::ImmutableSet<const Stmt *> &Set, function
277 AddLiveStmt(val.liveStmts, LV.SSetFact, ImplicitObj);
294 AddLiveStmt(val.liveStmts, LV.SSetFact, VA->getSizeExpr());
328 AddLiveStmt(val.liveStmts, LV.SSetFact, Child);

Completed in 45 milliseconds