Searched refs:getStmtOrNull (Results 1 – 5 of 5) sorted by relevance
1477 const Stmt *Dst = Piece->getEndLocation().getStmtOrNull(); in addContextEdges()1500 PrevPiece->getStartLocation().getStmtOrNull()) { in addContextEdges()1503 getStmtParent(DstContext.getStmtOrNull(), PM)) { in addContextEdges()1539 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); in simplifySimpleBranches()1540 const Stmt *s1End = PieceI->getEndLocation().getStmtOrNull(); in simplifySimpleBranches()1573 const Stmt *s2Start = PieceNextI->getStartLocation().getStmtOrNull(); in simplifySimpleBranches()1574 const Stmt *s2End = PieceNextI->getEndLocation().getStmtOrNull(); in simplifySimpleBranches()1662 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); in removeContextCycles()1663 const Stmt *s1End = PieceI->getEndLocation().getStmtOrNull(); in removeContextCycles()1686 const Stmt *s2Start = PieceNextI->getStartLocation().getStmtOrNull(); in removeContextCycles()[all …]
142 const Stmt *S = getItem().getStmtOrNull(); in printJson()570 if (auto DS = dyn_cast_or_null<DeclStmt>(Item.getStmtOrNull())) { in addObjectUnderConstruction()575 if (auto LE = dyn_cast_or_null<LambdaExpr>(Item.getStmtOrNull())) in addObjectUnderConstruction()578 if (!Init && !Item.getStmtOrNull()) in addObjectUnderConstruction()
151 const Stmt *getStmtOrNull() const { in getStmtOrNull() function
348 const Stmt *getStmtOrNull() const { in getStmtOrNull() function
1159 if (const Stmt *SLoc = getLocation().getStmtOrNull()) in dump()