Searched refs:getStmtOrNull (Results 1 – 5 of 5) sorted by relevance
1447 const Stmt *Dst = Piece->getEndLocation().getStmtOrNull(); in addContextEdges()1470 PrevPiece->getStartLocation().getStmtOrNull()) { in addContextEdges()1473 getStmtParent(DstContext.getStmtOrNull(), PM)) { in addContextEdges()1509 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); in simplifySimpleBranches()1510 const Stmt *s1End = PieceI->getEndLocation().getStmtOrNull(); in simplifySimpleBranches()1632 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); in removeContextCycles()1633 const Stmt *s1End = PieceI->getEndLocation().getStmtOrNull(); in removeContextCycles()1700 const Stmt *start = PieceI->getStartLocation().getStmtOrNull(); in removePunyEdges()1701 const Stmt *end = PieceI->getEndLocation().getStmtOrNull(); in removePunyEdges()1793 const Stmt *s1Start = PieceI->getStartLocation().getStmtOrNull(); in optimizeEdges()[all …]
140 const Stmt *S = getItem().getStmtOrNull(); in printJson()564 if (auto DS = dyn_cast_or_null<DeclStmt>(Item.getStmtOrNull())) { in addObjectUnderConstruction()569 if (auto LE = dyn_cast_or_null<LambdaExpr>(Item.getStmtOrNull())) in addObjectUnderConstruction()572 if (!Init && !Item.getStmtOrNull()) in addObjectUnderConstruction()
151 const Stmt *getStmtOrNull() const { in getStmtOrNull() function
348 const Stmt *getStmtOrNull() const { in getStmtOrNull() function
1162 if (const Stmt *SLoc = getLocation().getStmtOrNull()) in dump()