30 X = PM->getParentIgnoreParens(
X);
42 if (std::optional<CFGStmt> CS = CE.getAs<
CFGStmt>())
43 M.try_emplace(CS->getStmt(), B);
47 if (
const Stmt *Label = B->getLabel())
53 if (
const Stmt *Term = B->getTerminatorStmt())
Represents a single basic block in a source-level CFG.
Represents a top-level expression in a basic block.
const CFGBlock * getBlock(const Stmt *S) const
Returns the CFGBlock the specified Stmt* appears in.
CFGStmtMap(const CFG &C, const ParentMap &PM)
Represents a source-level, intra-procedural CFG that represents the control-flow of a Stmt.
Stmt - This represents one statement.
The JSON file list parser is used to communicate input to InstallAPI.